staging/comedi: fix the initialize statics issue in drivers/ni_mio_cs.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Thu, 1 Nov 2012 02:39:03 +0000 (11:39 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 15:44:42 +0000 (08:44 -0700)
commitd03bf7ad255cc29204b06761e5f8c3adb3173024
tree7933d09e4393a7d3ecc256760d27385fdb64fe16
parent31d7424be0f3ef613b01ac1c9b9ec59b49e59287
staging/comedi: fix the initialize statics issue in drivers/ni_mio_cs.c

fixed below checkpatch error.
- ERROR: do not initialise statics to 0 or NULL

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_mio_cs.c