projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f31d000
)
Staging: comedi: amplc_dio200.c: fix NULL sparse warnings
author
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 4 May 2010 23:07:43 +0000
(16:07 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 May 2010 18:36:08 +0000
(11:36 -0700)
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/amplc_dio200.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/amplc_dio200.c
b/drivers/staging/comedi/drivers/amplc_dio200.c
index
6a87652
..
8eb6765
100644
(file)
--- a/
drivers/staging/comedi/drivers/amplc_dio200.c
+++ b/
drivers/staging/comedi/drivers/amplc_dio200.c
@@
-661,7
+661,7
@@
dio200_inttrig_start_intr(struct comedi_device *dev, struct comedi_subdevice *s,
subpriv = s->private;
spin_lock_irqsave(&subpriv->spinlock, flags);
- s->async->inttrig =
0
;
+ s->async->inttrig =
NULL
;
if (subpriv->active)
event = dio200_start_intr(dev, s);
@@
-1364,7
+1364,7
@@
static int dio200_attach(struct comedi_device *dev, struct comedi_devconfig *it)
break;
case sd_8255:
/* digital i/o subdevice (8255) */
- ret = subdev_8255_init(dev, s,
0
,
+ ret = subdev_8255_init(dev, s,
NULL
,
iobase + layout->sdinfo[n]);
if (ret < 0)
return ret;