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

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)