Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353915
b: refs/heads/master
c: b82fe57
h: refs/heads/master
i:
  353913: 1ea7647
  353911: a23fe55
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent be73745 commit c7c5e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0774c2b5c1e0025cb016393d8552171c0ec55c39
refs/heads/master: b82fe57c4d059a8ff1190ead1693d66b868353b2
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/addi_apci_2032.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ static int apci2032_auto_attach(struct comedi_device *dev,
s = &dev->subdevices[2];
if (dev->irq) {
dev->read_subdev = s;
s->type = COMEDI_SUBD_DI | SDF_CMD_READ;
s->subdev_flags = SDF_READABLE;
s->n_chan = 1;
s->type = COMEDI_SUBD_DI;
s->subdev_flags = SDF_READABLE | SDF_CMD_READ;
s->n_chan = 2;
s->maxdata = 1;
s->range_table = &range_digital;
s->insn_bits = apci2032_int_insn_bits;
Expand Down

0 comments on commit c7c5e31

Please sign in to comment.