patch-2.1.19 linux/drivers/net/sunlance.c

Next file: linux/drivers/net/wd.c
Previous file: linux/drivers/net/soundmodem.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.18/linux/drivers/net/sunlance.c linux/drivers/net/sunlance.c
@@ -770,7 +770,7 @@
 	}
 
 	if (skb->len <= 0) {
-		printk ("skb len is %ld\n", skb->len);
+		printk ("skb len is %d\n", skb->len);
 		return 0;
 	}
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov