Merge 3.17-rc6 into staging-next.
We want the fixes in there, and it resolves a merge issue with drivers/iio/accel/bma180.c Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@ -1126,7 +1126,7 @@ static int xadc_parse_dt(struct iio_dev *indio_dev, struct device_node *np,
|
||||
chan->address = XADC_REG_VPVN;
|
||||
} else {
|
||||
chan->scan_index = 15 + reg;
|
||||
chan->scan_index = XADC_REG_VAUX(reg - 1);
|
||||
chan->address = XADC_REG_VAUX(reg - 1);
|
||||
}
|
||||
num_channels++;
|
||||
chan++;
|
||||
|
Reference in New Issue
Block a user