Staging: comedi: addi-data: clean-up variable use in hwdrv_apci035.c
authorChase Southwood <chase.southwood@yahoo.com>
Wed, 26 Feb 2014 09:09:44 +0000 (03:09 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2014 16:38:12 +0000 (08:38 -0800)
commitea6ff788fefcb71e08fa0b1ec82c3430053bbbc2
tree7ad02c66e04039a46d06d99f29739c8d8f330f60
parentc095fad35ec72835540b3a9b1166dcd83a74ade3
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 <chase.southwood@yahoo.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c