Skip to content

Commit

Permalink
phylib: Silence driver registration
Browse files Browse the repository at this point in the history
It gets quite verbose to see every single PHY driver being registered
by default.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Olof Johansson authored and Jeff Garzik committed Nov 5, 2007
1 parent ac8c635 commit f2511f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ int phy_driver_register(struct phy_driver *new_driver)
return retval;
}

pr_info("%s: Registered new driver\n", new_driver->name);
pr_debug("%s: Registered new driver\n", new_driver->name);

return 0;
}
Expand Down

0 comments on commit f2511f1

Please sign in to comment.