Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
smsc911x: Do not use netdev_dbg() when device is not registered
With debug enabled we get the following message: smsc911x smsc911x (unregistered net_device): couldn't get clock -2 As the device has not been registered at this point, it is better to use dev_dbg() instead of netdev_dbg(). CC: Sergei Shtylyov <[email protected]> Suggested-by: Sergei Shtylyov <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information