From: Chase Southwood Date: Wed, 19 Feb 2014 07:38:10 +0000 (-0600) Subject: Staging: comedi: addi-data: don't initialize a static variable to 0 X-Git-Tag: firefly_0821_release~176^2~4193^2~925 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6777877c4f1bc650a9d04cae8cbcf0be13cbd7b7;p=firefly-linux-kernel-4.4.55.git Staging: comedi: addi-data: don't initialize a static variable to 0 In hwdrv_apci1564.c, one static variable is zero initialized. This is unneeded and redundant, so we remove the initialization. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c index 21dd028c4461..2b47fa17d601 100644 --- a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c +++ b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci1564.c @@ -100,7 +100,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY #define APCI1564_TCW_WARN_TIMEBASE 28 /* Global variables */ -static unsigned int ui_InterruptStatus_1564 = 0; +static unsigned int ui_InterruptStatus_1564; static unsigned int ui_InterruptData, ui_Type; /*