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-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc4e6b28ac03c730c79fb45bd8cc19387f44adfa;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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 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); /*