speedtch usbatm.h,1.18,1.19
Duncan Sands
duncan at infradead.org
Mon May 30 04:48:17 EDT 2005
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv27864
Modified Files:
usbatm.h
Log Message:
Compile fix for gcc 2.95. Patch by Andrew Morton.
Index: usbatm.h
===================================================================
RCS file: /home/cvs/speedtch/usbatm.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- usbatm.h 10 May 2005 21:15:58 -0000 1.18
+++ usbatm.h 30 May 2005 08:48:13 -0000 1.19
@@ -62,7 +62,8 @@
/* FIXME: move to dev_* once ATM is driver model aware */
#define atm_printk(level, instance, format, arg...) \
- printk(level "ATM dev %d: " format , (instance)->atm_dev->number, ## arg)
+ printk(level "ATM dev %d: " format , \
+ (instance)->atm_dev->number , ## arg)
#define atm_err(instance, format, arg...) \
atm_printk(KERN_ERR, instance , format , ## arg)
More information about the Usbatm-commits
mailing list