Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

This is a patch to the cb_das16_cs.c file that fixes up a initialise
statics to 0 or NULL warning found by the checkpatch.pl tool.

Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankar.km@greenturtles.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ravishankar karkala Mallikarjunayya and committed by
Greg Kroah-Hartman
036f4195 6f2c5f38

+1 -1
+1 -1
drivers/staging/comedi/drivers/cb_das16_cs.c
··· 99 99 .detach = das16cs_detach, 100 100 }; 101 101 102 - static struct pcmcia_device *cur_dev = NULL; 102 + static struct pcmcia_device *cur_dev; 103 103 104 104 static const struct comedi_lrange das16cs_ai_range = { 4, { 105 105 RANGE(-10, 10),