]> git.openfabrics.org - ~emulex/infiniband.git/commit
Staging: comedi: do not initialise statics to 0 or NULL
authorMariano Guerra <luismarianoguerra@gmail.com>
Sat, 16 Jul 2011 01:11:23 +0000 (02:11 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 18:56:47 +0000 (11:56 -0700)
commit654e8fb522b3c8af3c5b35d6f474e51218ef8f9a
tree104eb2014b6569f5b907971c5bbba3611bb6b6e9
parentf5283a4bb8f5ef274e9de58c751edb2a2d66bef4
Staging: comedi: do not initialise statics to 0 or NULL

This is a patch to adv_pci_dio.c that fixes an error initializing

static struct pci_dio_private *pci_priv to NULL

removed the initialization.
found by the checkpatch.pl tool.

Signed-off-by: Mariano Guerra <luismarianoguerra@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/adv_pci_dio.c