From: Ron Mercer <ron.mercer@qlogic.com>
To: Roel Kluin <roel.kluin@gmail.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [PATCH] qlge: ql_adapter_down() typo
Date: Mon, 22 Dec 2008 08:55:07 -0800 [thread overview]
Message-ID: <20081222165507.GA32049@susedev.qlogic.org> (raw)
In-Reply-To: <494E609E.3090808@gmail.com>
Thanks Roel
Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
On Sun, Dec 21, 2008 at 07:28:30AM -0800, Roel Kluin wrote:
> Signed-off-by: Roel Kluin <roel.kluin@gmail.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
next prev parent reply other threads:[~2008-12-22 16:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-21 15:28 [PATCH] qlge: ql_adapter_down() typo Roel Kluin
2008-12-22 16:55 ` Ron Mercer [this message]
2008-12-26 1:24 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081222165507.GA32049@susedev.qlogic.org \
--to=ron.mercer@qlogic.com \
--cc=netdev@vger.kernel.org \
--cc=roel.kluin@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).