commit | 916890539bc8a5674d363a1fc985633200c2117a | [log] [tgz] |
---|---|---|
author | Ye Xingchen <ye.xingchen@zte.com.cn> | Wed Mar 22 11:31:58 2023 +0800 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Fri Apr 28 08:07:23 2023 +0200 |
tree | d71918f647bfe38889b032401725f9a3c84a74f1 | |
parent | c7a639dac8e4d7e63450bef2f3a19fb331566fb1 [diff] |
rtc: sunplus: use devm_platform_ioremap_resource_byname() Convert platform_get_resource_byname(),devm_ioremap_resource() to a single call to devm_platform_ioremap_resource_byname(), as this is exactly what this function does. Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn> Link: https://lore.kernel.org/r/202303221131581039486@zte.com.cn Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>