Skip to content
Snippets Groups Projects
Commit 4a9fd665 authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

trivial: kernel/wr_nic: fix for previous commit


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 72557df7
No related merge requests found
......@@ -50,7 +50,7 @@ void wrn_phy_write(struct net_device *dev, int phy_id, int location,
* We cannot access the phy from Linux, because the phy
* is managed by the lm32 core. However, network manager
* insists on doing that, so we'd better not warn about it
* /
*/
//WARN_ON(1); /* SPEC: no access */
return;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment