diff options
| author | Jonathan Cameron <[email protected]> | 2019-10-13 11:26:00 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2019-10-18 19:57:47 +0100 |
| commit | d2080a87a376d5f3f1e0efbc94a8c3c7b24d0a31 (patch) | |
| tree | 0c950d096fc7e776c88dcf9d3f038ec9cdf11eb8 /tools/perf/scripts/python | |
| parent | 6b943a6f23d0b76610320eee599f14f83f8d4c2b (diff) | |
iio: proximity: pulsedlight v2: Tidy up an endian issue
Sparse identified the following
CHECK drivers/iio/proximity/pulsedlight-lidar-lite-v2.c
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:144:24: warning: cast to restricted __be16
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:144:24: warning: cast to restricted __be16
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:144:24: warning: cast to restricted __be16
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:144:24: warning: cast to restricted __be16
This cleans up by adding a local variable to hold the value whilst
it is __be16 before applying endian converstion into eventual destination.
Signed-off-by: Jonathan Cameron <[email protected]>
Acked-by: Matt Ranostay <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions