Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354392
b: refs/heads/master
c: c62b89c
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Feb 2, 2013
1 parent b7601fc commit 7e52b32
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: 1a87e4fba63cd82d74f23b6e0b75ad6b01b15774
refs/heads/master: c62b89c713ebd5e4a67c9b9229591adab8953a3c
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/gyro/adxrs450_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static int adxrs450_read_raw(struct iio_dev *indio_dev,
ret = adxrs450_spi_read_reg_16(indio_dev, ADXRS450_DNC1, &t);
if (ret)
break;
*val = t;
*val = sign_extend32(t, 9);
ret = IIO_VAL_INT;
break;
default:
Expand Down

0 comments on commit 7e52b32

Please sign in to comment.