commit | 31b7720c825934bca1c0f9f562b0c2dc25f7ae81 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Apr 13 19:03:17 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 14 15:41:49 2013 -0400 |
tree | a65e5bec9cac783878e6b24c841ab3f172de09da | |
parent | bece1b9708434b6fb90b029affc228fc21688404 [diff] |
fec: Convert printks to netdev_<level> Use a more current logging message style. Convert the printks where a struct net_device is available to netdev_<level>. Convert the other printks to pr_<level> and add pr_fmt where appropriate. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>