commit | 6e5b9ac097689e96d53f638842823fb1d1bf4223 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Thu Jul 05 10:33:18 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed Jul 11 13:15:30 2012 -0500 |
tree | 4c1fa76993469c8caf910d8564e2469cba60d210 | |
parent | bc46dfac2f21756642e549b05689e03db538639f [diff] |
phylib: phy_startup() should return an error code on failure phy_startup() calls the PHY driver's startup function, but it ignores the return code from that function, and so it never returns any failures. Signed-off-by: Timur Tabi <timur@freescale.com>