Re: [PATCH] clk: use devm_platform_get_and_ioremap_resource()

From: Stephen Boyd
Date: Fri Dec 09 2022 - 15:25:17 EST


Quoting ye.xingchen@xxxxxxxxxx (2022-11-21 17:48:41)
> 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.
>
> Signed-off-by: Minghao Chi <chi.minghao@xxxxxxxxxx>
> Signed-off-by: ye xingchen <ye.xingchen@xxxxxxxxxx>

Please fix the subject.

$ git log --oneline -2 -- drivers/clk/clk-bm1880.c
c861c1be3897 clk: bm1880: remove kfrees on static allocations
59ef4da4e408 clk: bm1800: Remove set but not used variable 'fref'

And then get Mani to ack it.