Commit e8aab48b authored by Jonathan Cameron's avatar Jonathan Cameron

iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.

This was extracted from a reposting of the driver after it had been applied
to the IIO tree.  I have fast tracked it as the driver will be in 4.5 and
it would be nice to fix this trivial issue before it is.
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 9b1de75b
...@@ -400,7 +400,7 @@ static ssize_t ina2xx_shunt_resistor_store(struct device *dev, ...@@ -400,7 +400,7 @@ static ssize_t ina2xx_shunt_resistor_store(struct device *dev,
.sign = 'u', \ .sign = 'u', \
.realbits = 16, \ .realbits = 16, \
.storagebits = 16, \ .storagebits = 16, \
.endianness = IIO_LE, \ .endianness = IIO_CPU, \
} \ } \
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment