Re: [PATCH net-next] net: dsa: vsc73xx: convert to devm_platform_ioremap_resource

2020-05-08 Thread Jakub Kicinski
On Fri, 8 May 2020 10:11:14 + Wei Yongjun wrote: > Use the helper function that wraps the calls to platform_get_resource() > and devm_ioremap_resource() together. > > Signed-off-by: Wei Yongjun Applied, thank you!

[PATCH net-next] net: dsa: vsc73xx: convert to devm_platform_ioremap_resource

2020-05-08 Thread Wei Yongjun
Use the helper function that wraps the calls to platform_get_resource() and devm_ioremap_resource() together. Signed-off-by: Wei Yongjun --- drivers/net/dsa/vitesse-vsc73xx-platform.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/net/dsa/vitesse-vsc73xx-pl