Staging: comedi: ni_labpc_cs: removed null initialization of static
Signed-off-by: Bart Massey <bart@cs.pdx.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b79eb4c113
commit
962331810f
@ -76,7 +76,7 @@ NI manuals:
|
||||
#include <pcmcia/cisreg.h>
|
||||
#include <pcmcia/ds.h>
|
||||
|
||||
static struct pcmcia_device *pcmcia_cur_dev = NULL;
|
||||
static struct pcmcia_device *pcmcia_cur_dev;
|
||||
|
||||
static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user