patch-2.4.0-test5 linux/drivers/usb/microtek.c

Next file: linux/drivers/usb/ov511.c
Previous file: linux/drivers/usb/input.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/usb/microtek.c linux/drivers/usb/microtek.c
@@ -151,18 +151,18 @@
 #define MTS_NAME	"microtek usb (rev " MTS_VERSION "): "
 
 #define MTS_WARNING(x...) \
-	printk( KERN_WARNING MTS_NAME ## x )
+	printk( KERN_WARNING MTS_NAME x )
 #define MTS_ERROR(x...) \
-	printk( KERN_ERR MTS_NAME ## x )
+	printk( KERN_ERR MTS_NAME x )
 #define MTS_INT_ERROR(x...) \
-	MTS_ERROR( ## x )
+	MTS_ERROR(x)
 #define MTS_MESSAGE(x...) \
-	printk( KERN_INFO MTS_NAME ## x )
+	printk( KERN_INFO MTS_NAME x )
 
 #if defined MTS_DO_DEBUG
 
 #define MTS_DEBUG(x...) \
-	printk( KERN_DEBUG MTS_NAME ## x )
+	printk( KERN_DEBUG MTS_NAME x )
 
 #define MTS_DEBUG_GOT_HERE() \
 	MTS_DEBUG("got to %s:%d (%s)\n", __FILE__, (int)__LINE__, __PRETTY_FUNCTION__ )

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)