Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324917
b: refs/heads/master
c: eb31b63
h: refs/heads/master
i:
  324915: f802596
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent 3237221 commit 053828a
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: 68720ae68a94444387d56bc5a166396e33e420a5
refs/heads/master: eb31b63a76b0cd4e0aafa3dcc338dbb16698d4de
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/poc.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int poc_attach(struct comedi_device *dev, struct comedi_devconfig *it)
return -ENOMEM;

/* analog output subdevice */
s = dev->subdevices + 0;
s = &dev->subdevices[0];
s->type = board->type;
s->n_chan = board->n_chan;
s->maxdata = (1 << board->n_bits) - 1;
Expand Down

0 comments on commit 053828a

Please sign in to comment.