Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324853
b: refs/heads/master
c: fbe09e3
h: refs/heads/master
i:
  324851: f629ea6
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent a75bec6 commit 5326923
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: 82ec595aa045e2efea7b0f2f50fe62cb82a88176
refs/heads/master: fbe09e33f549d803320fc75a8295fa4b803d2024
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/cb_pcidio.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static int pcidio_attach_pci(struct comedi_device *dev,
return ret;

for (i = 0; i < board->n_8255; i++) {
s = dev->subdevices + i;
s = &dev->subdevices[i];
ret = subdev_8255_init(dev, s, NULL, dev->iobase + i * 4);
if (ret)
return ret;
Expand All @@ -140,7 +140,7 @@ static void pcidio_detach(struct comedi_device *dev)

if (dev->subdevices) {
for (i = 0; i < board->n_8255; i++) {
s = dev->subdevices + i;
s = &dev->subdevices[i];
subdev_8255_cleanup(dev, s);
}
}
Expand Down

0 comments on commit 5326923

Please sign in to comment.