Re: [bk patches] net driver updates

From: Francois Romieu
Date: Sat Aug 23 2003 - 08:55:04 EST


Jeff Garzik <jgarzik@xxxxxxxxx> :
[net-drivers-2.6 update]
> drivers/net/sis190.c | 2094 +++++++++++++++++++++++++++++---------


synchronize_irq() requires an argument when built with CONFIG_SMP.


drivers/net/sis190.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/sis190.c~synchronize_irq-missing-arg-sis190 drivers/net/sis190.c
--- linux-2.6.0-test4/drivers/net/sis190.c~synchronize_irq-missing-arg-sis190 Sat Aug 23 15:37:35 2003
+++ linux-2.6.0-test4-fr/drivers/net/sis190.c Sat Aug 23 15:37:35 2003
@@ -1111,7 +1111,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);

_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/