Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364157
b: refs/heads/master
c: 4b3fb0f
h: refs/heads/master
i:
  364155: e97c224
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 19, 2013
1 parent 93bc583 commit c5168da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a0b4bccc40983535f518f87792bcb9a7eb103a79
refs/heads/master: 4b3fb0ff745582e2381945dc56f8f1b3e4a2c9c3
4 changes: 3 additions & 1 deletion trunk/drivers/staging/comedi/drivers/das16m1.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,9 @@ static int das16m1_attach(struct comedi_device *dev,

s = &dev->subdevices[3];
/* 8255 */
subdev_8255_init(dev, s, NULL, devpriv->extra_iobase);
ret = subdev_8255_init(dev, s, NULL, devpriv->extra_iobase);
if (ret)
return ret;

/* disable upper half of hardware conversion counter so it doesn't mess with us */
outb(TOTAL_CLEAR, dev->iobase + DAS16M1_8254_FIRST_CNTRL);
Expand Down

0 comments on commit c5168da

Please sign in to comment.