iio: chemical: atlas-ph-sensor: use regmap_bulk_read
authorMatt Ranostay <mranostay@gmail.com>
Mon, 15 Feb 2016 02:59:07 +0000 (18:59 -0800)
committerJonathan Cameron <jic23@kernel.org>
Wed, 24 Feb 2016 20:40:40 +0000 (20:40 +0000)
commit98e55e93a017f5786767e8219179f9c43634762d
tree6291548482c95833ab0b168697aa83b6b1692aff
parent7247645f686584552ec0f8ade7267bf7a4907624
iio: chemical: atlas-ph-sensor: use regmap_bulk_read

Replaced i2c_smbus_read_i2c_block_data() with regmap_bulk_read()
function call. This is to make the driver code more consistent.

Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/chemical/atlas-ph-sensor.c
This page took 0.024744 seconds and 5 git commands to generate.