iio: tsl2772: Use devm_add_action_or_reset
authorChuhong Yuan <hslester96@gmail.com>
Thu, 1 Aug 2019 07:35:57 +0000 (15:35 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 5 Aug 2019 15:23:47 +0000 (16:23 +0100)
commit6b9ab1cf4b21b92c4b3bbebe1b5dc4f6d44f35b6
tree04e9fb5c7094d7e9ea2c89691428f76fd50809e4
parent7c279229f980e5423c946fd692860b4071e0c708
iio: tsl2772: Use devm_add_action_or_reset

Use devm_add_action_or_reset to remove the call to
tsl2772_disable_regulators_action to simplify the error path.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Reviewed-by: Brian Masney <masneyb@onstation.org>
Tested-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/tsl2772.c