Messages in this thread Patch in this message |  | | Date | Fri, 23 May 2003 17:45:14 -0300 | From | Eduardo Pereira Habkost <> | Subject | [PATCH] ma600 irda driver: Remove unneeded '##' from macro definition |
| |
Detected when using gcc 3.3. Compilation fails without this fix.
-- Eduardo
diff -purN linux-2.4.orig/drivers/net/irda/ma600.c linux-2.4/drivers/net/irda/ma600.c --- linux-2.4.orig/drivers/net/irda/ma600.c 2003-05-22 20:13:14.000000000 -0300 +++ linux-2.4/drivers/net/irda/ma600.c 2003-05-22 20:13:14.000000000 -0300 @@ -53,7 +53,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 */[unhandled content-type:application/pgp-signature] |  |