Re: [PATCH 1/2] r8169 - trivial fixes - add KERN_DEBUG to dprintk

2007-10-18 Thread Francois Romieu
Joe Perches <[EMAIL PROTECTED]> : > Prefix dprintk with KERN_DEBUG > Fix a bug with existing use of dprintk (PFX KERN_INFO PFX) > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> Ok, I will add #1 and #2 to the next submission to Jeff. -- Ueimor - To unsubscribe from this list: send the line "u

[PATCH 1/2] r8169 - trivial fixes - add KERN_DEBUG to dprintk

2007-10-18 Thread Joe Perches
Prefix dprintk with KERN_DEBUG Fix a bug with existing use of dprintk (PFX KERN_INFO PFX) Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 419c00c..9c11087 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -44,7 +44,8 @@