Re: [PATCH net-next] net: hns3: Fixes the wrong IS_ERR check on the returned phydev value

From: David Miller
Date: Wed Aug 30 2017 - 18:30:14 EST


From: Salil Mehta <salil.mehta@xxxxxxxxxx>
Date: Wed, 30 Aug 2017 12:06:03 +0100

> This patch removes the wrong check being done for the phy device being
> returned by the mdiobus_get_phy() function. This function never returns
> the error pointers.
>
> Fixes: 256727da7395 ("net: hns3: Add MDIO support to HNS3 Ethernet
> Driver for hip08 SoC")
> Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Signed-off-by: Salil Mehta <salil.mehta@xxxxxxxxxx>

Applied.