Staging: comedi: addi-data: do not initialize statics to 0 in hwdrv_apci035.c
authorChase Southwood <chase.southwood@yahoo.com>
Sun, 16 Feb 2014 08:41:32 +0000 (02:41 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 19:15:22 +0000 (11:15 -0800)
commit55761166cff31707b83d9d3282d0f77ce805ea87
tree19507f3fe1cfa5ba50369842e4c4c680f96fa079
parent6fcd2b697cc783894e02a42fe773da2efac5635e
Staging: comedi: addi-data: do not initialize statics to 0 in hwdrv_apci035.c

This patch for hwdrv_apci035.c removes a zero initialization from two
static variables.  Static variables are initialized to zero by default,
so doing so explicitly is not necessary.

Signed-off-by: Chase Southwood <chase.southwood@yahoo.com>
Signed-off-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