Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363639
b: refs/heads/master
c: 135f064
h: refs/heads/master
i:
  363637: d5d019c
  363635: 3a66a4d
  363631: 640cb30
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Mar 17, 2013
1 parent b085c11 commit 778fa24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c23811ecb24e077081d04c7af511d94746419ab
refs/heads/master: 135f06465d6842fdf1381f2610e27ff43e81f24d
2 changes: 2 additions & 0 deletions trunk/drivers/iio/adc/ad7923.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ static int ad7923_read_raw(struct iio_dev *indio_dev,

if (chan->address == EXTRACT(ret, 12, 4))
*val = EXTRACT(ret, 0, 12);
else
return -EIO;

return IIO_VAL_INT;
}
Expand Down

0 comments on commit 778fa24

Please sign in to comment.