Re: [PATCH] ASoC: sunxi: use devm_platform_get_and_ioremap_resource()

From: Samuel Holland
Date: Sun Nov 13 2022 - 16:29:00 EST


On 11/11/22 02:41, ye.xingchen@xxxxxxxxxx wrote:
> From: Minghao Chi <chi.minghao@xxxxxxxxxx>
>
> Convert platform_get_resource(), devm_ioremap_resource() to a single
> call to devm_platform_get_and_ioremap_resource(), as this is exactly
> what this function does.
>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> Signed-off-by: Minghao Chi <chi.minghao@xxxxxxxxxx>
> ---
> sound/soc/sunxi/sun50i-dmic.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

Acked-by: Samuel Holland <samuel@xxxxxxxxxxxx>