Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324889
b: refs/heads/master
c: e49b26e
h: refs/heads/master
i:
  324887: b40bbc5
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent f4475a4 commit 7baa4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 283fd0b2ac1de771255bdeb8749440d7488219a0
refs/heads/master: e49b26e779cce2a5e73b7433d9edcbd157f5a470
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/mpc8260cpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static int mpc8260cpm_attach(struct comedi_device *dev,
return ret;

for (i = 0; i < 4; i++) {
s = dev->subdevices + i;
s = &dev->subdevices[i];
s->type = COMEDI_SUBD_DIO;
s->subdev_flags = SDF_READABLE | SDF_WRITABLE;
s->n_chan = 32;
Expand Down

0 comments on commit 7baa4bc

Please sign in to comment.