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
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 @@