提交 13a9e03c 编写于 作者: B Bojan Prtvar 提交者: Greg Kroah-Hartman

Staging: comedi: fix initialization of static to 0 in ni_pcidio.c

This patch removes initialization of static to 0 or NULL error found
by checkpatch.pl tool
Signed-off-by: NBojan Prtvar <prtvar.b@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 654e8fb5
......@@ -688,7 +688,7 @@ static void ni_pcidio_print_status(unsigned int flags)
static void debug_int(struct comedi_device *dev)
{
int a, b;
static int n_int = 0;
static int n_int;
struct timeval tv;
do_gettimeofday(&tv);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册