]> err.no Git - linux-2.6/blobdiff - drivers/net/ibmveth.c
Merge branch 'master' of /home/sam/kernel/linux-2.6/
[linux-2.6] / drivers / net / ibmveth.c
index 666346f6469e9fd314c90c838037bfb6ed9c6952..0464e78f733ad86ccecea99f3a18306544f1cffe 100644 (file)
@@ -33,7 +33,6 @@
   - possibly remove procfs support
 */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/errno.h>
@@ -61,7 +60,7 @@
 #undef DEBUG
 
 #define ibmveth_printk(fmt, args...) \
-  printk(KERN_INFO "%s: " fmt, __FILE__, ## args)
+  printk(KERN_DEBUG "%s: " fmt, __FILE__, ## args)
 
 #define ibmveth_error_printk(fmt, args...) \
   printk(KERN_ERR "(%s:%3.3d ua:%x) ERROR: " fmt, __FILE__, __LINE__ , adapter->vdev->unit_address, ## args)