[PATCH] ma600 irda driver: Remove unneeded '##' from macro definition

From: Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Date: Fri May 23 2003 - 15:45:14 EST


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


- 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 : Fri May 23 2003 - 22:00:56 EST