[PATCH] USB: fix usbatm gcc-2.95.x bug

Work around the gcc-2.95.x macro expansion bug.

Cc: Duncan Sands <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

---
commit 843c944fb86e5e31ee7b319172e657ea22301322
tree 86f8a33735e1079edc8bbc19ca05e6fd6a493658
parent 65412e48e21ff4fdaf2aea1565ef4fb3ef5262ce
author Andrew Morton <[EMAIL PROTECTED]> Mon, 30 May 2005 01:09:06 -0700
committer Greg Kroah-Hartman <[EMAIL PROTECTED]> Mon, 27 Jun 2005 14:43:58 -0700

 drivers/usb/atm/usbatm.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/atm/usbatm.h b/drivers/usb/atm/usbatm.h
--- a/drivers/usb/atm/usbatm.h
+++ b/drivers/usb/atm/usbatm.h
@@ -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)



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to