Re: [PATCH] ixgb: Delete IXGB_DBG() macro and call pr_debug() directly.

2006-10-10 Thread Auke Kok
Robert P. J. Day wrote: On Tue, 10 Oct 2006, Auke Kok wrote: Robert P. J. Day wrote: ... snip ... if someone wants to tell me what, in the context of ixgb_main.c, i would use as that "dev" argument [for dev_dbg], i'm all for that. (CC netdev since it's a network driver topic). all our m

Re: [PATCH] ixgb: Delete IXGB_DBG() macro and call pr_debug() directly.

2006-10-10 Thread Robert P. J. Day
On Tue, 10 Oct 2006, Auke Kok wrote: > Robert P. J. Day wrote: ... snip ... > > if someone wants to tell me what, in the context of ixgb_main.c, > > i would use as that "dev" argument [for dev_dbg], i'm all for > > that. > > (CC netdev since it's a network driver topic). > > all our macro's (e

Re: [PATCH] ixgb: Delete IXGB_DBG() macro and call pr_debug() directly.

2006-10-10 Thread Auke Kok
Robert P. J. Day wrote: On Tue, 10 Oct 2006, Auke Kok wrote: Robert P. J. Day wrote: Delete the minimally-useful IXGB_DBG() macro and call pr_debug() directly from the main routine. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb