Re: [PATCH] net:phy: Add a return value check on bus write

From: Heiner Kallweit
Date: Wed Dec 26 2018 - 12:50:18 EST


On 26.12.2018 18:37, Aditya Pakki wrote:
> xgmiitorgmii_read_status() could fail when writing to the bus via
> mdiobus_write(). The fix adds a check and returns an error in case
> of failure.
>
> Signed-off-by: Aditya Pakki <pakki001@xxxxxxx>
> ---

Two more things:
- subject should be: "net: phy: xgmiitorgmii: check bus write return value"
See also git history of this file.
- patch needs to be properly annotated as "net" or "net-next".
net-next is closed currently, please re-submit once it's open again in
~ 2-3 weeks.

Heiner