Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324895
b: refs/heads/master
c: ca3caab
h: refs/heads/master
i:
  324893: eb6f2b9
  324891: 4707991
  324887: b40bbc5
  324879: b9891e5
  324863: 14aac42
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 6928c10 commit cae4839
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: fc041c20105ad3c4e58905e912eb191dfbc5664d
refs/heads/master: ca3caabbb192fa8b1faef17830dff12cb1d0fb72
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_at_a2150.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ static int a2150_attach(struct comedi_device *dev, struct comedi_devconfig *it)
return ret;

/* analog input subdevice */
s = dev->subdevices + 0;
s = &dev->subdevices[0];
dev->read_subdev = s;
s->type = COMEDI_SUBD_AI;
s->subdev_flags = SDF_READABLE | SDF_GROUND | SDF_OTHER | SDF_CMD_READ;
Expand Down

0 comments on commit cae4839

Please sign in to comment.