patch-pre2.0.3 linux/net/ax25/ax25_route.c

Next file: linux/net/bridge/br.c
Previous file: linux/net/ax25/ax25_out.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file pre2.0.2/linux/net/ax25/ax25_route.c linux/net/ax25/ax25_route.c
@@ -598,7 +598,7 @@
 	len = ax25_rt->digipeat->ndigi * AX25_ADDR_LEN;
 		
 	if (skb_headroom(skb) < len) {
-		printk("ax25_dg_build_path: not enough headroom for digis in skb\n");
+		printk(KERN_CRIT "ax25_dg_build_path: not enough headroom for digis in skb\n");
 		return;
 	}
 	
@@ -659,7 +659,7 @@
 	struct ax25_dev *ax25_dev;
 
 	if ((ax25_dev = ax25_dev_get_dev(dev)) == NULL) {
-		printk("ax25_dev_get_flag called with invalid device\n");
+		printk(KERN_WARNING "ax25_dev_get_flag called with invalid device\n");
 		return 1;
 	}
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this