Skip to content

Commit

Permalink
drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpers
Browse files Browse the repository at this point in the history
David Dillow took my suggestions and improved on them.
Here is this latest version.

Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Remove #define PFX
Remove #define ERR_PFX
Remove now unused member name from struct typhoon
Use pr_<level>
Use netdev_<level>
Coalesce long formats
Remove version information

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David Dillow <dave@thedillows.org>
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David Dillow <dave@thedillows.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 22, 2010
1 parent 5363920 commit 0bc88e4
Showing 1 changed file with 96 additions and 147 deletions.
Loading

0 comments on commit 0bc88e4

Please sign in to comment.