summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-11-05 23:28:18 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-12-08 21:10:28 +0300
commit2e19b6c3efcf074528533c7b98a42bcb1234ebb9 (patch)
treeccfe5ba7dbe4154a86d6657ab900d04a237c531f /scripts/generate_rust_analyzer.py
parent0163c1c521ff8b09cd8ca395003cc00178161d77 (diff)
downloadlinux-2e19b6c3efcf074528533c7b98a42bcb1234ebb9.tar.xz
iio: temperature: ltc2983: fix u32 read into a unsigned long long
Currently the read of temp using of_property_read_u32_index is reading a u32 value into a unsigned long long. This relies on machine endianness to work correctly, so fix this by reading a u32 value and setting temp to this value. Addresses-Coverity: ("Reliance on integer endianness") Fixes: f110f3188e56 ("iio: temperature: Add support for LTC2983") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Nuno Sá <nuno.sa@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions