Commit 96233181 authored by Bart Massey's avatar Bart Massey Committed by Greg Kroah-Hartman

Staging: comedi: ni_labpc_cs: removed null initialization of static

Signed-off-by: default avatarBart Massey <bart@cs.pdx.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b79eb4c1
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment