Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196958
b: refs/heads/master
c: 1b2e434
h: refs/heads/master
v: v3
  • Loading branch information
John Sheehan authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 1fa4b48 commit 03e6bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ee21350fae9333acc11e3b1b77c887fd94e450f5
refs/heads/master: 1b2e434e1b46c0414e9645cce6179e0fef5e388b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/range.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const struct comedi_lrange range_bipolar5 = { 1, {BIP_RANGE(5)} };
const struct comedi_lrange range_bipolar2_5 = { 1, {BIP_RANGE(2.5)} };
const struct comedi_lrange range_unipolar10 = { 1, {UNI_RANGE(10)} };
const struct comedi_lrange range_unipolar5 = { 1, {UNI_RANGE(5)} };
const struct comedi_lrange range_unknown = { 1, {{0, 1000000, UNIT_none}} };
const struct comedi_lrange range_unknown = { 1, {{0, 1000000, UNIT_none} } };

/*
COMEDI_RANGEINFO
Expand Down

0 comments on commit 03e6bc2

Please sign in to comment.