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: v3.15-rc1~139^2~925 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6777877c4f1bc650a9d04cae8cbcf0be13cbd7b7;p=pandora-kernel.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 --- Reading git-diff-tree failed