diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-06-21 11:18:28 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-06-22 10:40:36 +0200 |
commit | aabcbfe8dbbfa87f353071182d9bbc68d10f728e (patch) | |
tree | 74d63cb8880443d56f29bb70396b0257d357d0cb /Documentation/devicetree/bindings/iio/chemical | |
parent | iio: st_accel: fix iio_triggered_buffer_{pre,post}enable positions (diff) | |
download | linux-aabcbfe8dbbfa87f353071182d9bbc68d10f728e.tar.xz linux-aabcbfe8dbbfa87f353071182d9bbc68d10f728e.zip |
iio: sca3000: Potential endian bug in sca3000_read_event_value()
The problem is that "ret" is an int but we're casting it as
"(unsigned long *)&ret" when we do the for_each_set_bit() loop. This
will not work on big endian 64 bit systems.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/chemical')
0 files changed, 0 insertions, 0 deletions