[2.5 patch] ma600.c won't compile

From: Samuel Thibault (Samuel.Thibault@ens-lyon.fr)
Date: Sun Jun 15 2003 - 13:45:46 EST


Hi,

At least gcc 3.3 complains about this (silly ?) thing in the ASSERT
macro of drivers/net/irda/ma600.c (func is generally 'return -1;')

Regards,
Samuel Thibault

--- linux-2.5.71-orig/drivers/net/irda/ma600.c 2003-05-26 21:00:39.000000000 -0400
+++ linux-2.5.71-perso/drivers/net/irda/ma600.c 2003-06-14 17:30:28.000000000 -0400
@@ -52,7 +52,7 @@
         if(!(expr)) { \
                 printk( "Assertion failed! %s,%s,%s,line=%d\n",\
                 #expr,__FILE__,__FUNCTION__,__LINE__); \
- ##func}
+ func}
 #endif
 
 /* convert hex value to ascii hex */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:43 EST