patch-2.1.32 linux/drivers/net/cs89x0.c
Next file: linux/drivers/net/de4x5.c
Previous file: linux/drivers/char/vga.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Apr 4 14:02:05 1997
- Orig file:
v2.1.31/linux/drivers/net/cs89x0.c
- Orig date:
Fri Apr 4 08:52:20 1997
diff -u --recursive --new-file v2.1.31/linux/drivers/net/cs89x0.c linux/drivers/net/cs89x0.c
@@ -758,7 +758,7 @@
short ioaddr = dev->base_addr;
unsigned long flags;
- if (net_debug > 3)printk("%s: sent %ld byte packet of type %x\n", dev->name, skb->len, (skb->data[ETH_ALEN+ETH_ALEN] << 8) | skb->data[ETH_ALEN+ETH_ALEN+1]);
+ if (net_debug > 3)printk("%s: sent %d byte packet of type %x\n", dev->name, skb->len, (skb->data[ETH_ALEN+ETH_ALEN] << 8) | skb->data[ETH_ALEN+ETH_ALEN+1]);
/* keep the upload from being interrupted, since we
ask the chip to start transmitting before the
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov