Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363875
b: refs/heads/master
c: ebde53e
h: refs/heads/master
i:
  363873: f7be97b
  363871: 9f2722c
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 5, 2013
1 parent a901357 commit d39f399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 50708d98ce620a989e5dc3be6594826649b65961
refs/heads/master: ebde53ec1a5501b506d6f6756f98cbf11d5944ad
8 changes: 1 addition & 7 deletions trunk/drivers/staging/comedi/drivers/usbduxsigma.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ static const struct comedi_lrange range_usbdux_ai_range = { 1, {
}
};

static const struct comedi_lrange range_usbdux_ao_range = { 1, {
UNI_RANGE
(2.5),
}
};

/*
* private structure of one subdevice
*/
Expand Down Expand Up @@ -2269,7 +2263,7 @@ static int usbduxsigma_attach_common(struct comedi_device *dev,
/* 8 bit resolution */
s->maxdata = 0x00ff;
/* unipolar range */
s->range_table = (&range_usbdux_ao_range);
s->range_table = &range_unipolar2_5;
/* callback */
s->do_cmdtest = usbdux_ao_cmdtest;
s->do_cmd = usbdux_ao_cmd;
Expand Down

0 comments on commit d39f399

Please sign in to comment.