mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
qlge: ql_adapter_down() typo
Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
619e803d3c
commit
c062076cc9
@ -3149,7 +3149,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
|
||||
|
Loading…
Reference in New Issue
Block a user