lkml.org 
[lkml]   [2003]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [bk patches] net driver updates
Jeff Garzik <jgarzik@pobox.com> :
[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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.093 / U:1.660 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site