Nuke stale comment from bmac

davej@codemonkey.org.uk
Thu, 15 May 2003 04:31:07 +0100


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) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/