Re: [PATCH 02/11] ixgb: Fix the use of dprintk rather than printk

2006-05-19 Thread Auke Kok
Francois Romieu wrote: Jeff Kirsher [EMAIL PROTECTED] : @@ -486,8 +495,7 @@ ixgb_probe(struct pci_dev *pdev, netif_carrier_off(netdev); netif_stop_queue(netdev); - printk(KERN_INFO %s: Intel(R) PRO/10GbE Network Connection\n, - netdev-name); +

Re: [PATCH 02/11] ixgb: Fix the use of dprintk rather than printk

2006-04-24 Thread Stephen Hemminger
On Sat, 22 Apr 2006 11:03:01 +0200 Francois Romieu [EMAIL PROTECTED] wrote: Jeff Kirsher [EMAIL PROTECTED] : [...] diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index c83271b..a696c33 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h [...] @@ -192,6

Re: [PATCH 02/11] ixgb: Fix the use of dprintk rather than printk

2006-04-22 Thread Francois Romieu
Jeff Kirsher [EMAIL PROTECTED] : [...] diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index c83271b..a696c33 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h [...] @@ -192,6 +197,7 @@ struct ixgb_adapter { /* structs defined in ixgb_hw.h */

[PATCH 02/11] ixgb: Fix the use of dprintk rather than printk

2006-04-21 Thread Jeff Kirsher
- use DPRINTK and msglvl instead of printk - allow ethtool control of msglvl Signed-off-by: Jeff Kirsher [EMAIL PROTECTED] Signed-off-by: Jesse Brandeburg [EMAIL PROTECTED] Signed-off-by: John Ronciak [EMAIL PROTECTED] --- drivers/net/ixgb/ixgb.h |8 +-