iio: accel: bcm150: Remove handling for regmap raw_read_max
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 24 Apr 2018 15:05:51 +0000 (16:05 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 28 Apr 2018 16:01:55 +0000 (17:01 +0100)
commit5cb0789de1fe3b8be2d0ab9a78451a48ae07e74c
tree104394c5245cee6d3c211e1d894c012ce2cf19ae
parent880b2d6cfdcacbade64fabf064856a7e7ac569fd
iio: accel: bcm150: Remove handling for regmap raw_read_max

The regmap core now handles splitting up transactions according to
max_raw_read, so this code is no longer required in client drivers.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/bmc150-accel-core.c