提交 73b12a5b 编写于 作者: R Ravishankar karkala Mallikarjunayya 提交者: Greg Kroah-Hartman

Staging: comedi: fix initialise statics to 0 or NULL issue in ni_daq_dio24.c

This is a patch to the ni_daq_dio24.c file that fixes up a initialise
statics to 0 or NULL warning found by the checkpatch.pl tool.
Signed-off-by: NRavishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 408f6bcd
......@@ -52,7 +52,7 @@ the PCMCIA interface.
#include <pcmcia/cisreg.h>
#include <pcmcia/ds.h>
static struct pcmcia_device *pcmcia_cur_dev = NULL;
static struct pcmcia_device *pcmcia_cur_dev;
#define DIO24_SIZE 4 /* size of io region used by board */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册