Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324829
b: refs/heads/master
c: 630b713
h: refs/heads/master
i:
  324827: f9729ff
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent c7e25e8 commit dd3909e
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: 1f6115a4875f3192658e8b7f63e4197cc36aec78
refs/heads/master: 630b713b2730dfede5f7ebe3273fae82d8c51bc6
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/adl_pci7296.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static int adl_pci7296_attach_pci(struct comedi_device *dev,
return ret;

for (i = 0; i < board->nsubdevs; 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 @@ -142,7 +142,7 @@ static void adl_pci7296_detach(struct comedi_device *dev)

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

0 comments on commit dd3909e

Please sign in to comment.