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)
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>

No differences found