[PATCH V2 linux-next] fs/ufs/super.c: remove unnecessary casting

2014-12-28 Thread Fabian Frederick
Fix the following coccinelle warning: fs/ufs/super.c:1418:7-28: WARNING: casting value returned by memory allocation function to (struct ufs_inode_info *) is useless. Cc: Evgeniy Dushistov Cc: Andrew Morton Cc: Joe Perches Signed-off-by: Fabian Frederick --- V2: separate declaration from

[PATCH V2 linux-next] fs/ufs/super.c: remove unnecessary casting

2014-12-28 Thread Fabian Frederick
Fix the following coccinelle warning: fs/ufs/super.c:1418:7-28: WARNING: casting value returned by memory allocation function to (struct ufs_inode_info *) is useless. Cc: Evgeniy Dushistov dushis...@mail.ru Cc: Andrew Morton a...@linux-foundation.org Cc: Joe Perches j...@perches.com