Commit 37430918 authored by François Romieu's avatar François Romieu Committed by Jeff Garzik

[netdrvr sis190] pass irq argument to synchronize_irq()

Looks like this driver wasn't tested on SMP :)
parent e11f66e7
......@@ -1112,7 +1112,7 @@ SiS190_close(struct net_device *dev)
spin_unlock_irq(&tp->lock);
synchronize_irq();
synchronize_irq(dev->irq);
free_irq(dev->irq, dev);
SiS190_tx_clear(tp);
......
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