diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/de620.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/de620.c b/drivers/net/de620.c index d52f34cc952..c5cd6e3d00d 100644 --- a/drivers/net/de620.c +++ b/drivers/net/de620.c | |||
@@ -533,7 +533,7 @@ static int de620_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
533 | 533 | ||
534 | /* Start real output */ | 534 | /* Start real output */ |
535 | 535 | ||
536 | spin_lock_irqsave(&de620_lock, flags) | 536 | spin_lock_irqsave(&de620_lock, flags); |
537 | PRINTK(("de620_start_xmit: len=%d, bufs 0x%02x\n", | 537 | PRINTK(("de620_start_xmit: len=%d, bufs 0x%02x\n", |
538 | (int)skb->len, using_txbuf)); | 538 | (int)skb->len, using_txbuf)); |
539 | 539 | ||