Re: [PATCH net-next] phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify code

2019-08-28 Thread David Miller
From: YueHaibing Date: Tue, 27 Aug 2019 21:50:32 +0800 > Use devm_platform_ioremap_resource() to simplify the code a bit. > This is detected by coccinelle. > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing Applied.

[PATCH net-next] phy: mdio-sun4i: use devm_platform_ioremap_resource() to simplify code

2019-08-27 Thread YueHaibing
Use devm_platform_ioremap_resource() to simplify the code a bit. This is detected by coccinelle. Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/net/phy/mdio-sun4i.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/phy/mdio-sun4i.c b/drivers/net/p