mailbox: bcm2835: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 7 Sep 2021 07:40:56 +0000 (15:40 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 16 Oct 2021 19:39:48 +0000 (14:39 -0500)
commitea9c66b1410ec9751a0b523d2fc55714c5bf711a
treed707b032225f7a9bbfb17794c6439b85bf002e81
parent218f22b28772901d633ccab397c4896a492ef0e1
mailbox: bcm2835: Make use of the helper function devm_platform_ioremap_resource()

Use the devm_platform_ioremap_resource() helper instead of
calling platform_get_resource() and devm_ioremap_resource()
separately

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/bcm2835-mailbox.c