Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325144
b: refs/heads/master
c: afa6ac4
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent 2f7b9a6 commit 4d2b664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 8c7524e6f0b7d3ca70b957e032ee4f761c7deddf
refs/heads/master: afa6ac4aa59e0255cf380d561a7c4e5ac9f33f52
16 changes: 8 additions & 8 deletions trunk/drivers/staging/comedi/drivers/adl_pci9111.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ a multiple of chanlist_len*convert_arg.
#define PCI9111_8254_BASE_REG 0x40
#define PCI9111_INT_CLR_REG 0x48

static const struct comedi_lrange pci9111_hr_ai_range = {
static const struct comedi_lrange pci9111_ai_range = {
5,
{
BIP_RANGE(10),
BIP_RANGE(5),
BIP_RANGE(2.5),
BIP_RANGE(1.25),
BIP_RANGE(0.625)
}
BIP_RANGE(10),
BIP_RANGE(5),
BIP_RANGE(2.5),
BIP_RANGE(1.25),
BIP_RANGE(0.625)
}
};

/* Private data structure */
Expand Down Expand Up @@ -990,7 +990,7 @@ static int pci9111_attach_pci(struct comedi_device *dev,
s->n_chan = 16;
s->maxdata = 0xffff;
s->len_chanlist = 16;
s->range_table = &pci9111_hr_ai_range;
s->range_table = &pci9111_ai_range;
s->cancel = pci9111_ai_cancel;
s->insn_read = pci9111_ai_insn_read;
s->do_cmdtest = pci9111_ai_do_cmd_test;
Expand Down

0 comments on commit 4d2b664

Please sign in to comment.