clk: mediatek: mt8183: use devm_platform_ioremap_resource() to simplify code
authorYueHaibing <yuehaibing@huawei.com>
Tue, 15 Oct 2019 12:14:21 +0000 (20:14 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 16 Oct 2019 23:17:40 +0000 (16:17 -0700)
commit067de0a647a0018030dbe503666a793e37d9fd7f
tree5bedf99e96b128864d98cfb84f5a75f84564aed9
parent71ae814181749381436d6c8ca2cccba3ca899ac1
clk: mediatek: mt8183: use devm_platform_ioremap_resource() to simplify code

Use devm_platform_ioremap_resource() to simplify the code a bit.
This is detected by coccinelle.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lkml.kernel.org/r/20191015121421.26144-1-yuehaibing@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/clk-mt8183.c