OSDN Git Service

mailbox: sun6i: Make use of the helper function devm_platform_ioremap_resource()
authorCai Huoqing <caihuoqing@baidu.com>
Tue, 7 Sep 2021 07:42:00 +0000 (15:42 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 16 Oct 2021 19:39:49 +0000 (14:39 -0500)
commitf5e2eeb9ff07c2eeb98b676b9798e4e177048a69
tree6fe6dffdedfdeba4ae774936cb69c868d817be5b
parentf3908ccc32d5fb5aa2a34c886536b5efd755f13c
mailbox: sun6i: 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/sun6i-msgbox.c