summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/synclink_cs.c
diff options
context:
space:
mode:
authorShailendra Verma2015-05-25 21:31:52 +0200
committerGreg Kroah-Hartman2015-05-31 23:38:21 +0200
commit208250dd4c3dd54963db85340cdc5e4c2acef5b5 (patch)
tree88018bed8978ae1e3c33979eeff778d1528e8dc5 /drivers/char/pcmcia/synclink_cs.c
parentDrivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL... (diff)
downloadkernel-qcow2-linux-208250dd4c3dd54963db85340cdc5e4c2acef5b5.tar.gz
kernel-qcow2-linux-208250dd4c3dd54963db85340cdc5e4c2acef5b5.tar.xz
kernel-qcow2-linux-208250dd4c3dd54963db85340cdc5e4c2acef5b5.zip
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 <shailendra.capricorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/pcmcia/synclink_cs.c')
-rw-r--r--drivers/char/pcmcia/synclink_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c
index 0ea9986059af..7680d5213ff8 100644
--- a/drivers/char/pcmcia/synclink_cs.c
+++ b/drivers/char/pcmcia/synclink_cs.c
@@ -437,7 +437,7 @@ static int mgslpc_device_count = 0;
* .text section address and breakpoint on module load.
* This is useful for use with gdb and add-symbol-file command.
*/
-static bool break_on_load=0;
+static bool break_on_load;
/*
* Driver major number, defaults to zero to get auto