Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337879
b: refs/heads/master
c: 5aaa8bc
h: refs/heads/master
i:
  337877: bdf8ab3
  337875: 5e72d35
  337871: 3148a22
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent e8cc5b0 commit 16a3b67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 308d703ba48ab7f2e16d744d3b8751ab5998ab9e
refs/heads/master: 5aaa8bc35b4fc9cb720cf31ce7bd23ac7c1803f7
2 changes: 0 additions & 2 deletions trunk/drivers/staging/comedi/drivers/addi_apci_1516.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ static int __devinit apci1516_auto_attach(struct comedi_device *dev,
s->n_chan = this_board->di_nchan;
s->maxdata = 1;
s->range_table = &range_digital;
s->io_bits = 0; /* all bits input */
s->insn_bits = apci1516_di_insn_bits;
} else {
s->type = COMEDI_SUBD_UNUSED;
Expand All @@ -256,7 +255,6 @@ static int __devinit apci1516_auto_attach(struct comedi_device *dev,
s->n_chan = this_board->do_nchan;
s->maxdata = 1;
s->range_table = &range_digital;
s->io_bits = 0xf; /* all bits output */
s->insn_bits = apci1516_do_insn_bits;
} else {
s->type = COMEDI_SUBD_UNUSED;
Expand Down

0 comments on commit 16a3b67

Please sign in to comment.