From: Chase Southwood Date: Wed, 26 Feb 2014 09:09:44 +0000 (-0600) Subject: Staging: comedi: addi-data: clean-up variable use in hwdrv_apci035.c X-Git-Tag: v3.15-rc1~139^2~869 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea6ff788fefcb71e08fa0b1ec82c3430053bbbc2;p=pandora-kernel.git Staging: comedi: addi-data: clean-up variable use in hwdrv_apci035.c The variable ui_Command is as of right now being cleared to a value of zero between everytime that it writes to a port and then takes a new value from a port. Seems like this zeroing is unnecessary, so we can just remove these lines. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed