[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <494E609E.3090808@gmail.com>
Date: Sun, 21 Dec 2008 16:28:30 +0100
From: Roel Kluin <roel.kluin@...il.com>
To: ron.mercer@...gic.com
CC: netdev@...r.kernel.org
Subject: [PATCH] qlge: ql_adapter_down() typo
Signed-off-by: Roel Kluin <roel.kluin@...il.com>
---
diff --git a/drivers/net/qlge/qlge_main.c b/drivers/net/qlge/qlge_main.c
index b83a9c9..4a66aa5 100644
--- a/drivers/net/qlge/qlge_main.c
+++ b/drivers/net/qlge/qlge_main.c
@@ -3156,7 +3156,7 @@ static int ql_adapter_down(struct ql_adapter *qdev)
* a workqueue only if it's a single interrupt
* environment (MSI/Legacy).
*/
- for (i = 1; i > qdev->rx_ring_count; i++) {
+ for (i = 1; i < qdev->rx_ring_count; i++) {
rx_ring = &qdev->rx_ring[i];
/* Only the RSS rings use NAPI on multi irq
* environment. Outbound completion processing
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists