Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324884
b: refs/heads/master
c: bce2706
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 3fa8ca9 commit 2742975
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: 30c4d3b862aa97c52a180c458f471e21a2e4db23
refs/heads/master: bce27067e50e799fdada532d440d087eec6a571c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ke_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static int cnt_attach_pci(struct comedi_device *dev,
if (ret)
return ret;

s = dev->subdevices + 0;
s = &dev->subdevices[0];
dev->read_subdev = s;

s->type = COMEDI_SUBD_COUNTER;
Expand Down

0 comments on commit 2742975

Please sign in to comment.