diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-05 20:03:16 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 17:56:38 +0200 |
commit | b01401a228bc4997b0d4bcb669fced448f7a15ca (patch) | |
tree | f7c8cd14a79f20684ce621fb021ac748aea85451 /drivers/iio/chemical | |
parent | iio: imu: st_lsm6dsx: drop huge include in sensor-hub driver (diff) | |
download | linux-b01401a228bc4997b0d4bcb669fced448f7a15ca.tar.xz linux-b01401a228bc4997b0d4bcb669fced448f7a15ca.zip |
iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read calls
regmap_bulk_read takes a void * for its val parameter. It certainly
makes no sense to cast to a (u8 *) + no need to explicitly cast
at all when converting another pointer type to void *.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Diffstat (limited to 'drivers/iio/chemical')
0 files changed, 0 insertions, 0 deletions