]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: comedi: addi-data: don't initialize a static variable to 0
authorChase Southwood <chase.southwood@yahoo.com>
Wed, 19 Feb 2014 07:38:10 +0000 (01:38 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2014 20:38:09 +0000 (12:38 -0800)
commit6777877c4f1bc650a9d04cae8cbcf0be13cbd7b7
tree2135f01336fe026e5ea41e50cc3964dfb4ae4ec2
parent614bd02fc0113c5b272843731f69005484c77e2a
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 <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_apci1564.c