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 <pakki...@umn.edu> > ---
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