Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324965
b: refs/heads/master
c: 4683f9f
h: refs/heads/master
i:
  324963: 0ecb693
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 8, 2012
1 parent 4f3dd05 commit 35ebd03
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 09253b396d6b6ae97e50af917ba13935a51266fc
refs/heads/master: 4683f9f8010523701d87eb56643a85bec947939f
9 changes: 1 addition & 8 deletions trunk/drivers/staging/comedi/drivers/me4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,6 @@ static const struct comedi_lrange me4000_ai_range = {
}
};

static const struct comedi_lrange me4000_ao_range = {
1,
{
BIP_RANGE(10),
}
};

static int me4000_probe(struct comedi_device *dev, struct comedi_devconfig *it)
{
struct me4000_info *info;
Expand Down Expand Up @@ -1903,7 +1896,7 @@ static int me4000_attach(struct comedi_device *dev, struct comedi_devconfig *it)
s->subdev_flags = SDF_WRITEABLE | SDF_COMMON | SDF_GROUND;
s->n_chan = thisboard->ao_nchan;
s->maxdata = 0xFFFF; /* 16 bit DAC */
s->range_table = &me4000_ao_range;
s->range_table = &range_bipolar10;
s->insn_write = me4000_ao_insn_write;
s->insn_read = me4000_ao_insn_read;
} else {
Expand Down

0 comments on commit 35ebd03

Please sign in to comment.