From: Chase Southwood Date: Fri, 28 Feb 2014 07:30:45 +0000 (-0600) Subject: Staging: comedi: addi-data: remove unnecessary variable initializations in hwdrv_apci... X-Git-Tag: v3.15-rc1~139^2~792 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e4c9ee0db1e7637e752c42efd4454ef5dc7cd4;p=pandora-kernel.git Staging: comedi: addi-data: remove unnecessary variable initializations in hwdrv_apci035.c Nearly every variable in hwdrv_apci035.c is initialized to 0 when it is declared, and then set to some other value before ever being used. As such, we can remove all of these initializations. They are accomplishing nothing. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed