Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317715
b: refs/heads/master
c: 467d0be
h: refs/heads/master
i:
  317713: d6dbf83
  317711: dfd3c1e
v: v3
  • Loading branch information
Jonathan Cameron committed Jun 30, 2012
1 parent b986877 commit 3485854
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: 05eda67d2c31f3e8d815c3fc14f4dbb612363eab
refs/heads/master: 467d0becaf52add767e51a6de92c52a91cf546ac
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/accel/adis16204_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ static int adis16204_read_raw(struct iio_dev *indio_dev,
return IIO_VAL_INT_PLUS_MICRO;
case IIO_ACCEL:
*val = 0;
if (chan->channel == 'x')
if (chan->channel2 == IIO_MOD_X)
*val2 = 17125;
else
*val2 = 8407;
Expand Down

0 comments on commit 3485854

Please sign in to comment.