Re: [PATCH] net: stmmac: fix double-initialization of phy_iface

2015-11-05 Thread David Miller
From: LABBE Corentin Date: Thu, 5 Nov 2015 10:26:46 +0100 > The variable phy_iface is double-initialized to itself. > This patch remove that. > > Reported-by: coverity (CID 1271141) > Signed-off-by: LABBE Corentin Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" i

[PATCH] net: stmmac: fix double-initialization of phy_iface

2015-11-05 Thread LABBE Corentin
The variable phy_iface is double-initialized to itself. This patch remove that. Reported-by: coverity (CID 1271141) Signed-off-by: LABBE Corentin --- drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/stmicro/st