From: Kalle Valo <kalle.valo@iki.fi>
To: Roel Kluin <roel.kluin@gmail.com>
Cc: linux-wireless@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] wl12xx: loop off by one.
Date: Thu, 16 Jul 2009 12:23:50 +0300 [thread overview]
Message-ID: <8763dt56c9.fsf@litku.valot.fi> (raw)
In-Reply-To: <4A524E91.9040400@gmail.com> (Roel Kluin's message of "Mon\, 06 Jul 2009 21\:20\:49 +0200")
Roel Kluin <roel.kluin@gmail.com> writes:
> with `while (loop++ < INIT_LOOP)' `loop' reaches -1 after the loop.
Sorry, my brains are on vacation mode right now and I can't understand
how loop can reach -1. Here's the code:
loop = 0;
while (loop++ < INIT_LOOP) {
...
}
if (loop >= INIT_LOOP) {
wl1251_error("timeout waiting for the hardware to "
"complete initialization");
return -EIO;
}
What am I missing?
Also the patch won't apply to wireless-testing because main.c is renamed
to wl1251_main.c.
--
Kalle Valo
next prev parent reply other threads:[~2009-07-16 9:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-06 19:20 [PATCH] wl12xx: loop off by one Roel Kluin
2009-07-16 9:23 ` Kalle Valo [this message]
2009-07-16 10:36 ` Roel Kluin
2009-07-16 13:44 ` Kalle Valo
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=8763dt56c9.fsf@litku.valot.fi \
--to=kalle.valo@iki.fi \
--cc=akpm@linux-foundation.org \
--cc=linux-wireless@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.