From: Namjae Jeon Date: Sat, 1 Dec 2012 01:56:13 +0000 (+0900) Subject: f2fs: remove unneeded initialization X-Git-Tag: v3.8-rc1~23^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1042d60f917d78ef1a6eaea297a1020484d4bf74;p=pandora-kernel.git f2fs: remove unneeded initialization No need to initialize "struct f2fs_gc_kthread *gc_th = NULL", as gc_th = NULL, will be taken care by the return values of kmalloc(). And fix codes in other places. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat --- Reading git-diff-tree failed