Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324888
b: refs/heads/master
c: 283fd0b
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent b40bbc5 commit f4475a4
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: f6e5602710ca71fd7084dc923c6ed22892df20c7
refs/heads/master: 283fd0b2ac1de771255bdeb8749440d7488219a0
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/mpc624.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ static int mpc624_attach(struct comedi_device *dev, struct comedi_devconfig *it)
if (ret)
return ret;

s = dev->subdevices + 0;
s = &dev->subdevices[0];
s->type = COMEDI_SUBD_AI;
s->subdev_flags = SDF_READABLE | SDF_DIFF;
s->n_chan = 8;
Expand Down

0 comments on commit f4475a4

Please sign in to comment.