On Tue, Nov 11, 2008 at 09:09:10AM -0800, Michael Chan wrote:
Copy that. Here you go, followon patch to change how we pass the irq vector to
bnx2_interrupt. Doesn't do anything super-usefull, but good for the sake of
correctness
Regards
Neil
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
bnx2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index 9e1f0e3..cad8b7a 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -7208,7 +7208,7 @@ poll_bnx2(struct net_device *dev)
disable_irq(bp->pdev->irq);
for (i = 0; i < bp->irq_nvecs; i++)
- bnx2_interrupt(bp->pdev->irq, &bp->bnx2_napi[i]);
+ bnx2_interrupt(bp->irq_tbl[i].vector, &bp->bnx2_napi[i]);
enable_irq(bp->pdev->irq);
}
#endif
--
/****************************************************
* Neil Horman <nhorman@tuxdriver.com>
* Software Engineer, Red Hat
****************************************************/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html