Re: [PATCH] mailbox: sun6i: Make use of the helper function devm_platform_ioremap_resource()

From: Samuel Holland
Date: Tue Sep 07 2021 - 22:22:48 EST


On 9/7/21 2:42 AM, 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 <caihuoqing@xxxxxxxxx>
> ---
> drivers/mailbox/sun6i-msgbox.c | 9 +--------
> 1 file changed, 1 insertion(+), 8 deletions(-)

Reviewed-by: Samuel Holland <samuel@xxxxxxxxxxxx>