From: Bob Copeland <me@bobcopeland.com>
To: Ben Greear <greearb@candelatech.com>
Cc: NetDev <netdev@vger.kernel.org>
Subject: Re: ath5k irq warning message
Date: Thu, 23 Apr 2009 08:06:38 -0400 [thread overview]
Message-ID: <20090423120638.GA3168@hash.localnet> (raw)
In-Reply-To: <49EF9276.1060109@candelatech.com>
On Wed, Apr 22, 2009 at 02:56:06PM -0700, Ben Greear wrote:
> I notice this code in the ath5k_intr method.
>
> Won't counter be -1 if you break out of this due to the 'counter-- > 0'
> clause?
>
> } while (ath5k_hw_is_intr_pending(ah) && counter-- > 0);
Good catch, I guess it should be --counter...
--
Bob Copeland %% www.bobcopeland.com
next prev parent reply other threads:[~2009-04-23 12:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-22 21:56 ath5k irq warning message Ben Greear
2009-04-23 12:06 ` Bob Copeland [this message]
2009-04-23 16:27 ` Ben Greear
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=20090423120638.GA3168@hash.localnet \
--to=me@bobcopeland.com \
--cc=greearb@candelatech.com \
--cc=netdev@vger.kernel.org \
/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).