Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268191
b: refs/heads/master
c: e70ab21
h: refs/heads/master
i:
  268189: 776d1d8
  268187: 84bd56a
  268183: 36f6463
  268175: 9a92cb2
  268159: b1258fa
v: v3
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent ddda8f5 commit b870572
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: 1067291a23ee1720631c7f81e28b30b9c324df8c
refs/heads/master: e70ab21849730fccacbd39c0ea76c7b80ac1e090
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/adc/ad7291.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ static int ad7291_read_raw(struct iio_dev *indio_dev,
}
/* Enable this channel alone */
regval = chip->command & (~AD7291_VOLTAGE_MASK);
regval |= 1 << (chan->channel + 8);
regval |= 1 << (15 - chan->channel);
ret = ad7291_i2c_write(chip, AD7291_COMMAND, regval);
if (ret < 0) {
mutex_unlock(&chip->state_lock);
Expand Down

0 comments on commit b870572

Please sign in to comment.