From: Shailendra Verma Date: Mon, 25 May 2015 19:31:52 +0000 (+0530) Subject: char:pcmcia:synclink_cs - Do not initialise statics to 0. X-Git-Tag: omap-for-v4.2/fixes-rc1^2~94^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208250dd4c3dd54963db85340cdc5e4c2acef5b5;p=pandora-kernel.git char:pcmcia:synclink_cs - Do not initialise statics to 0. Static variables are initialised to 0 by GCC. Fixes the following checkpatch error: ERROR: do not initialise statics to 0 or NULL FILE: drivers/char/pcmcia/synclink_cs.c:440: static bool break_on_load = 0; Signed-off-by: Shailendra Verma Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed