Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376757
b: refs/heads/master
c: e916b80
h: refs/heads/master
i:
  376755: ee19f35
v: v3
  • Loading branch information
Joe Perches authored and Jonathan Cameron committed Jun 4, 2013
1 parent b88126f commit ed5682a
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: 702df9f1819c7fc7e257251fabc5eec674342c32
refs/heads/master: e916b80d2b1988e985abc0a1c85eca5b96c61f48
2 changes: 1 addition & 1 deletion trunk/drivers/iio/inkern.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static int __of_iio_channel_get(struct iio_channel *channel,
channel->indio_dev = indio_dev;
index = iiospec.args_count ? iiospec.args[0] : 0;
if (index >= indio_dev->num_channels) {
return -EINVAL;
err = -EINVAL;
goto err_put;
}
channel->channel = &indio_dev->channels[index];
Expand Down

0 comments on commit ed5682a

Please sign in to comment.