aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2019-06-21 12:18:28 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-06-22 09:40:36 +0100
commitaabcbfe8dbbfa87f353071182d9bbc68d10f728e (patch)
tree74d63cb8880443d56f29bb70396b0257d357d0cb /mm
parentiio: st_accel: fix iio_triggered_buffer_{pre,post}enable positions (diff)
downloadlinux-dev-aabcbfe8dbbfa87f353071182d9bbc68d10f728e.tar.xz
linux-dev-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 'mm')
0 files changed, 0 insertions, 0 deletions