]> Pileus Git - ~andy/linux/commit
tulip/pnic2.c: Use dev_<level> and pr_<level>
authorJoe Perches <joe@perches.com>
Thu, 28 Jan 2010 20:59:25 +0000 (20:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Feb 2010 07:26:56 +0000 (23:26 -0800)
commit22086a1172b69b9f6200e169dc99a252a204affb
tree1de2239071846dd355a92df1d88d4d14dab94aff
parent1df8bbd1420705277cd382b1386cda724d61a678
tulip/pnic2.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>
drivers/net/tulip/pnic2.c