Re: [PATCH] net: phy-micrel: check return code in flp center function
From: Max Uvarov Date: Thu, 30 Nov 2017 13:08:29 +0300 > Fix obvious typo that first return value is set but not checked. > > Signed-off-by: Max Uvarov Applied, thank you.
[PATCH] net: phy-micrel: check return code in flp center function
Fix obvious typo that first return value is set but not checked. Signed-off-by: Max Uvarov --- drivers/net/phy/micrel.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c index fdb43dd..ab46141 100644 --- a/drivers/net/ph