Commit e8836068 authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by Linus Torvalds

[PATCH] drivers_net_sb1250-mac_c synchronize_irq() fix

parent be145480
......@@ -2544,7 +2544,7 @@ static int sbmac_close(struct net_device *dev)
spin_unlock_irqrestore(&sc->sbm_lock, flags);
/* Make sure there is no irq-handler running on a different CPU. */
synchronize_irq();
synchronize_irq(dev->irq);
free_irq(dev->irq, dev);
......
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