ChangeSet 1.1148.6.12, 2003/10/23 15:04:27-07:00, [EMAIL PROTECTED]

[PATCH] USB: fix build bug with usbnet and older versions of gcc.


 drivers/usb/usbnet.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c
--- a/drivers/usb/usbnet.c      Fri Oct 24 17:00:59 2003
+++ b/drivers/usb/usbnet.c      Fri Oct 24 17:00:59 2003
@@ -381,14 +381,14 @@
 
 #ifdef DEBUG
 #define devdbg(usbnet, fmt, arg...) \
-       printk(KERN_DEBUG "%s: " fmt "\n" , (usbnet)->net.name, ## arg)
+       printk(KERN_DEBUG "%s: " fmt "\n" , (usbnet)->net.name , ## arg)
 #else
 #define devdbg(usbnet, fmt, arg...) do {} while(0)
 #endif
 
 #define devinfo(usbnet, fmt, arg...) \
        do { if ((usbnet)->msg_level >= 1) \
-       printk(KERN_INFO "%s: " fmt "\n" , (usbnet)->net.name, ## arg); \
+       printk(KERN_INFO "%s: " fmt "\n" , (usbnet)->net.name , ## arg); \
        } while (0)
 
 



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to