Re: [PATCH v2 2/2] clk: sprd: Change to use devm_platform_ioremap_resource()

2019-10-16 Thread Stephen Boyd
Quoting Baolin Wang (2019-10-08 00:41:39) > Use the new helper that wraps the calls to platform_get_resource() > and devm_ioremap_resource() together, which can simpify the code. > > Signed-off-by: Baolin Wang > --- Applied to clk-next

[PATCH v2 2/2] clk: sprd: Change to use devm_platform_ioremap_resource()

2019-10-08 Thread Baolin Wang
Use the new helper that wraps the calls to platform_get_resource() and devm_ioremap_resource() together, which can simpify the code. Signed-off-by: Baolin Wang --- Changes from v1: - None. --- drivers/clk/sprd/common.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git