Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197246
b: refs/heads/master
c: a7f22a8
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 4a320c9 commit 0e02317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f31d0008cef0df52d1a2662ef56a24bdd88b0105
refs/heads/master: a7f22a84ba2e5a99b874bf36a772b5d7424cec11
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/amplc_dio200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0e02317

Please sign in to comment.