Re: [PATCH] regulator: wm8400: Get rid of wm8400_block_read/wm8400_set_bits functions

From: Charles Keepax
Date: Thu Feb 28 2019 - 08:40:28 EST


On Wed, Feb 27, 2019 at 09:30:53AM +0800, Axel Lin wrote:
> The only user of wm8400_block_read/wm8400_set_bits functions is the
> wm8400 regulator driver. At the context of all the callers, we can
> use regmap_bulk_read/regmap_update_bits directly.
> Thus remove wm8400_block_read/wm8400_set_bits functions.
>
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>
> ---

Acked-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>

Thanks,
Charles