Skip to content
Snippets Groups Projects
Commit ee4a2fc4 authored by Joonas Lahtinen's avatar Joonas Lahtinen Committed by Lucas De Marchi
Browse files
parent 2c243999
No related merge requests found
......@@ -1281,7 +1281,7 @@ static void phy_error_precise(struct phy_device *phydev,
*/
void phy_error(struct phy_device *phydev)
{
WARN_ON(1);
pr_notice_once("%s\n", __func__);
phy_process_error(phydev);
}
EXPORT_SYMBOL(phy_error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment