]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/dm9000.c
DM9000: Use netif_msg to enable debugging options
authorBen Dooks <ben-linux@fluff.org>
Tue, 5 Feb 2008 00:02:16 +0000 (00:02 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Feb 2008 16:06:32 +0000 (11:06 -0500)
commitc991d168cb649d416c5a773a50d0754299f31366
tree6c1ed7ca84648fdde413f4ef682255be29fc9f36
parent41c340f0f89ce44be4956c146436c335dba47142
DM9000: Use netif_msg to enable debugging options

Use the netif_msg_*() macros to enable the debugging based
on the board's msg_enable field. The output still goes via
the dev_dbg() macros, so will be tagged and output as
appropriate.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/dm9000.c