commit | f639dc7dadcbd97f1d666d5ffe00eab1ea3c0f6d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Jan 28 20:59:19 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 31 23:26:52 2010 -0800 |
tree | 2004c48ded77e5f77e167d4f4b4ad464e5969cd9 | |
parent | 985a63ed3faf0faaba840d806f5ca4d360d13ad3 [diff] |
tulip/de2104x.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>