commit | fa0b9a4c41490d550ebd3bd418f4551c989fec5d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Jan 28 20:59:23 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 31 23:26:55 2010 -0800 |
tree | 8b3cc8933ae63ecf08a0cb3022152a4028b6da34 | |
parent | abe02af8263ae17e201994a1be7fc5eac6642acf [diff] |
tulip/media.c: Use dev_<level> and pr_<level> Convert printks to dev_<level> where a dev is available Convert printks to pr_<level> where not Coalesce format strings Change print formats with %d.dx to %0dx Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>