On Tue, May 08, 2007 at 01:03:12AM -0400, Jeff Garzik wrote: > Olof Johansson wrote: > >+ /* Enable most messages by default */ > >+ if (pasemi_mac_debug > 0) > >+ mac->msg_enable = DEFAULT_MSG_ENABLE; > >+ else > >+ mac->msg_enable = pasemi_mac_debug; > >+ > > > use netif_msg_init()
Thanks. It's also needlessly verbose to have the module parameter that long. Other drivers just use "debug", so I switched to the same. -Olof - 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