Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317229
b: refs/heads/master
c: a21e6bf
h: refs/heads/master
i:
  317227: df7c502
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Jun 7, 2012
1 parent 6eb74d8 commit dbc97fb
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: 42b38207c36890ead05ab1c0002714c48b9b996a
refs/heads/master: a21e6bfeb40eddf365d3e7841b37f3708fa6b13f
2 changes: 2 additions & 0 deletions trunk/drivers/iio/frequency/adf4350.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ static ssize_t adf4350_read(struct iio_dev *indio_dev,
case ADF4350_PWRDOWN:
val = !!(st->regs[ADF4350_REG2] & ADF4350_REG2_POWER_DOWN_EN);
break;
default:
ret = -ENODEV;
}
mutex_unlock(&indio_dev->mlock);

Expand Down

0 comments on commit dbc97fb

Please sign in to comment.