Re: [PATCH] ethernet: atl1e: checking the status of atl1e_write_phy_reg
From: Kangjie Lu Date: Tue, 25 Dec 2018 22:23:19 -0600 > atl1e_write_phy_reg() could fail. The fix issues an error message when > it fails. > > Signed-off-by: Kangjie Lu Applied, thanks.
[PATCH] ethernet: atl1e: checking the status of atl1e_write_phy_reg
atl1e_write_phy_reg() could fail. The fix issues an error message when it fails. Signed-off-by: Kangjie Lu --- drivers/net/ethernet/atheros/atl1e/atl1e_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/atheros/atl1e/atl1e_main.c b/drivers/net/eth