Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363990
b: refs/heads/master
c: 9e11a83
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 9, 2013
1 parent ff096cd commit a772dd6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 30 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: fd9d3385b77e753595e662f064b433b3295cf69d
refs/heads/master: 9e11a83025af291e5e9198e4ac9ae3978a06ce37
50 changes: 21 additions & 29 deletions trunk/drivers/staging/comedi/drivers/rti800.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,39 +97,31 @@ Configuration options:

#include "am9513.h"

static const struct comedi_lrange range_rti800_ai_10_bipolar = { 4, {
BIP_RANGE
(10),
BIP_RANGE
(1),
BIP_RANGE
(0.1),
BIP_RANGE
(0.02)
}
static const struct comedi_lrange range_rti800_ai_10_bipolar = {
4, {
BIP_RANGE(10),
BIP_RANGE(1),
BIP_RANGE(0.1),
BIP_RANGE(0.02)
}
};

static const struct comedi_lrange range_rti800_ai_5_bipolar = { 4, {
BIP_RANGE
(5),
BIP_RANGE
(0.5),
BIP_RANGE
(0.05),
BIP_RANGE
(0.01)
}
static const struct comedi_lrange range_rti800_ai_5_bipolar = {
4, {
BIP_RANGE(5),
BIP_RANGE(0.5),
BIP_RANGE(0.05),
BIP_RANGE(0.01)
}
};

static const struct comedi_lrange range_rti800_ai_unipolar = { 4, {
UNI_RANGE
(10),
UNI_RANGE(1),
UNI_RANGE
(0.1),
UNI_RANGE
(0.02)
}
static const struct comedi_lrange range_rti800_ai_unipolar = {
4, {
UNI_RANGE(10),
UNI_RANGE(1),
UNI_RANGE(0.1),
UNI_RANGE(0.02)
}
};

struct rti800_board {
Expand Down

0 comments on commit a772dd6

Please sign in to comment.