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: next-20140530~2^2~461 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6bd18d744defec3c0ba4ba0e01fba6599f5ea559;p=karo-tx-linux.git fs/jfs/jfs_logmgr.c: remove NULL assignment on static Static values are automatically initialized to NULL Signed-off-by: Fabian Frederick Cc: Dave Kleikamp Signed-off-by: Andrew Morton --- diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c index 8d811e02b4b9..0acddf60af55 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); /*