2003-06-15 18:32:57

by Samuel Thibault

[permalink] [raw]
Subject: [2.5 patch] ma600.c won't compile

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 */