* Nuke stale comment from bmac
@ 2003-05-15 3:31 davej
0 siblings, 0 replies; only message in thread
From: davej @ 2003-05-15 3:31 UTC (permalink / raw)
To: jgarzik; +Cc: linux-kernel
Leftovers from before we used memset to clear the struct.
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/bmac.c linux-2.5/drivers/net/bmac.c
--- bk-linus/drivers/net/bmac.c 2003-05-11 22:59:28.000000000 +0100
+++ linux-2.5/drivers/net/bmac.c 2003-05-11 23:20:44.000000000 +0100
@@ -1407,7 +1407,6 @@ static void __init bmac_probe1(struct de
skb_queue_head_init(bp->queue);
init_timer(&bp->tx_timeout);
- /* bp->timeout_active = 0; */
ret = request_irq(dev->irq, bmac_misc_intr, 0, "BMAC-misc", dev);
if (ret) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-15 3:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-15 3:31 Nuke stale comment from bmac davej
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome