phy: brcm-sata: Return proper error if brcm_sata_phy_init fails

Return proper error instead of 0 if brcm_sata_phy_init fails.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
Axel Lin 2016-08-10 18:04:44 +08:00 committed by Kishon Vijay Abraham I
parent 1766e7b376
commit bf8ca651e1
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ static int brcm_sata_phy_init(struct phy *phy)
rc = -ENODEV;
};
return 0;
return rc;
}
static const struct phy_ops phy_ops = {