commit | 27146c43c4dbb727c4a211541af46577de2984af | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Jan 28 20:59:26 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 31 23:26:56 2010 -0800 |
tree | 6a66ed4b259d6cc29e692f3af8c68a35129f1454 | |
parent | 22086a1172b69b9f6200e169dc99a252a204affb [diff] |
tulip/timer.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>