Commit 76cb2dd3 authored by Dave Jones's avatar Dave Jones Committed by Jeff Garzik

[PATCH] Nuke stale comment from bmac

Leftovers from before we used memset to clear the struct.
parent 2293472d
......@@ -1407,7 +1407,6 @@ static void __init bmac_probe1(struct device_node *bmac, int is_bmac_plus)
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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment