Skip to content

Commit

Permalink
drivers/net/cassini.c: Use (pr|netdev|netif)_<level> macro helpers
Browse files Browse the repository at this point in the history
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Remove #define PFX
Use pr_<level>
Use netdev_<level>
Use netif_<level>
Remove periods from formats
Coalesce long formats

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 18, 2010
1 parent 7995c64 commit 436d27d
Showing 1 changed file with 151 additions and 210 deletions.
Loading

0 comments on commit 436d27d

Please sign in to comment.