commit | 654e8fb522b3c8af3c5b35d6f474e51218ef8f9a | [log] [tgz] |
---|---|---|
author | Mariano Guerra <luismarianoguerra@gmail.com> | Sat Jul 16 02:11:23 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 23 11:56:47 2011 -0700 |
tree | 104eb2014b6569f5b907971c5bbba3611bb6b6e9 | |
parent | f5283a4bb8f5ef274e9de58c751edb2a2d66bef4 [diff] |
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>