提交 96233181 编写于 作者: B Bart Massey 提交者: Greg Kroah-Hartman

Staging: comedi: ni_labpc_cs: removed null initialization of static

Signed-off-by: NBart Massey <bart@cs.pdx.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册