patch-2.4.22 linux-2.4.22/drivers/atm/ambassador.c

Next file: linux-2.4.22/drivers/atm/atmtcp.c
Previous file: linux-2.4.22/drivers/atm/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/atm/ambassador.c linux-2.4.22/drivers/atm/ambassador.c
@@ -290,12 +290,11 @@
 /********** microcode **********/
 
 #ifdef AMB_NEW_MICROCODE
-#define UCODE(x) UCODE1(atmsar12.,x)
+#define UCODE(x) UCODE2(atmsar12.x)
 #else
-#define UCODE(x) UCODE1(atmsar11.,x)
+#define UCODE(x) UCODE2(atmsar11.x)
 #endif
 #define UCODE2(x) #x
-#define UCODE1(x,y) UCODE2(x ## y)
 
 static u32 __initdata ucode_start = 
 #include UCODE(start)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)