Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317640
b: refs/heads/master
c: 4f0036e
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 5261c68 commit 37b7817
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0a5aed487645b13531b876775c1390afd20296a5
refs/heads/master: 4f0036ef09387a49b709d9b319ad93492e53d790
5 changes: 4 additions & 1 deletion trunk/drivers/staging/comedi/drivers/cb_pcidas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,10 @@ static int cb_pcidas_attach(struct comedi_device *dev,

/* 8255 */
s = dev->subdevices + 2;
subdev_8255_init(dev, s, NULL, devpriv->pacer_counter_dio + DIO_8255);
ret = subdev_8255_init(dev, s, NULL,
devpriv->pacer_counter_dio + DIO_8255);
if (ret)
return ret;

/* serial EEPROM, */
s = dev->subdevices + 3;
Expand Down

0 comments on commit 37b7817

Please sign in to comment.