diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-05 19:03:17 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-04-19 16:56:39 +0100 |
commit | 0f92afee81ec63c015d2d5c2391a3024a6c277ea (patch) | |
tree | 3364d9b9a5177520e10c380f91b7a0214379a9ad /drivers/iio/chemical/bme680_spi.c | |
parent | b01401a228bc4997b0d4bcb669fced448f7a15ca (diff) |
iio:chemical:atlas-sensor: 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>
Acked-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Diffstat (limited to 'drivers/iio/chemical/bme680_spi.c')
0 files changed, 0 insertions, 0 deletions