Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317611
b: refs/heads/master
c: 443bbed
h: refs/heads/master
i:
  317609: ee47fb4
  317607: 1812a29
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 1825284 commit 6442f53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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: 857670c3e49cf915547652591fce77f3873614e7
refs/heads/master: 443bbedbbef9df3884a93d1200fd087a966aa9c6
13 changes: 7 additions & 6 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ struct das16cs_private {

static struct pcmcia_device *cur_dev;

static const struct comedi_lrange das16cs_ai_range = { 4, {
RANGE(-10, 10),
RANGE(-5, 5),
RANGE(-2.5, 2.5),
RANGE(-1.25, 1.25),
}
static const struct comedi_lrange das16cs_ai_range = {
4, {
BIP_RANGE(10),
BIP_RANGE(5),
BIP_RANGE(2.5),
BIP_RANGE(1.25),
}
};

static irqreturn_t das16cs_interrupt(int irq, void *d)
Expand Down

0 comments on commit 6442f53

Please sign in to comment.