Commit 20904d25 authored by Samuel Thibault's avatar Samuel Thibault Committed by Linus Torvalds

[PATCH] Fix ma600.c compile

At least gcc 3.3 complains about this incorrect token pasting thing in
the ASSERT macro of drivers/net/irda/ma600.c
parent e1104a6f
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment