Re: [PATCH] soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resource()
From: Maxime Ripard <hidden>
Date: 2021-09-08 07:38:58
Also in:
linux-sunxi, lkml
From: Maxime Ripard <hidden>
Date: 2021-09-08 07:38:58
Also in:
linux-sunxi, lkml
On Wed, Sep 08, 2021 at 03:17:15PM +0800, Cai Huoqing wrote:
Use the devm_platform_ioremap_resource() helper instead of calling platform_get_resource() and devm_ioremap_resource() separately Signed-off-by: Cai Huoqing <redacted>
Applied, thanks Maxime