Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338325
b: refs/heads/master
c: 1266013
h: refs/heads/master
i:
  338323: b4d2a47
v: v3
  • Loading branch information
Dan Carpenter authored and Jonathan Cameron committed Nov 30, 2012
1 parent 82dedb1 commit 5f1af1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bc0a409c5ffd91b5403037ab2798b84dccee4f06
refs/heads/master: 12660138b491b56d1e70333547912c56741be5e8
4 changes: 2 additions & 2 deletions trunk/drivers/iio/gyro/adis16136.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ static ssize_t adis16136_write_frequency(struct device *dev,
{
struct iio_dev *indio_dev = dev_to_iio_dev(dev);
struct adis16136 *adis16136 = iio_priv(indio_dev);
long val;
unsigned int val;
int ret;

ret = kstrtol(buf, 10, &val);
ret = kstrtouint(buf, 10, &val);
if (ret)
return ret;

Expand Down

0 comments on commit 5f1af1c

Please sign in to comment.