patch-2.4.20 linux-2.4.20/drivers/net/wan/cycx_x25.c
Next file: linux-2.4.20/drivers/net/wan/sbni.c
Previous file: linux-2.4.20/drivers/net/wan/cycx_drv.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Nov 28 15:53:14 2002
-  Orig file: 
linux-2.4.19/drivers/net/wan/cycx_x25.c
-  Orig date: 
Fri Sep 14 14:39:59 2001
diff -urN linux-2.4.19/drivers/net/wan/cycx_x25.c linux-2.4.20/drivers/net/wan/cycx_x25.c
@@ -1446,7 +1446,7 @@
         unsigned char *ptr;
 
         if ((skb = dev_alloc_skb(1)) == NULL) {
-                printk(KERN_ERR __FUNCTION__ ": out of memory\n");
+                printk(KERN_ERR "%s: out of memory\n", __FUNCTION__);
                 return;
         }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)