Skip to content

Commit

Permalink
Staging: comedi: ni_labpc_cs: removed null initialization of static
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Massey <bart@cs.pdx.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bart Massey authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent b79eb4c commit 9623318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/ni_labpc_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9623318

Please sign in to comment.