Re: [patch 15/22] NET: DM9000: Use netif_msg to enable debugging options

2007-11-23 Thread Jeff Garzik
ah, you took care of my comment regarding an earlier patch. consider that comment rescinded - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[patch 15/22] NET: DM9000: Use netif_msg to enable debugging options

2007-11-19 Thread Ben Dooks
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 <[EMAIL PROTECTED]> Index: linux-2.6.23-quilt4/drivers/net/dm9000.c ==