From: Fabian Frederick Date: Thu, 22 May 2014 00:42:23 +0000 (+1000) Subject: fs/jfs/jfs_logmgr.c: remove NULL assignment on static X-Git-Tag: v5.15~17469^2~12^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc4e6b28ac03c730c79fb45bd8cc19387f44adfa;p=platform%2Fkernel%2Flinux-starfive.git fs/jfs/jfs_logmgr.c: remove NULL assignment on static Static values are automatically initialized to NULL Signed-off-by: Fabian Frederick Signed-off-by: Andrew Morton Signed-off-by: Dave Kleikamp --- diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c index 8d811e0..0acddf6 100644 --- a/fs/jfs/jfs_logmgr.c +++ b/fs/jfs/jfs_logmgr.c @@ -167,7 +167,7 @@ do { \ * Global list of active external journals */ static LIST_HEAD(jfs_external_logs); -static struct jfs_log *dummy_log = NULL; +static struct jfs_log *dummy_log; static DEFINE_MUTEX(jfs_log_mutex); /*