From: Kalle Valo <kvalo@codeaurora.org>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Jussi Kivilinna <jussi.kivilinna@iki.fi>,
linux-wireless@vger.kernel.org, kernel-janitors@vger.kernel.org,
Joe Perches <joe@perches.com>
Subject: Re: rndis_wlan: harmless issue calling set_bit()
Date: Tue, 26 May 2015 10:55:27 +0000 [thread overview]
Message-ID: <20150526105527.B1B371416EC@smtp.codeaurora.org> (raw)
In-Reply-To: <20150514083750.GD1665@mwanda>
In-Reply-To: <20150514083750.GD1665@mwanda>
> These are used like:
>
> set_bit(WORK_LINK_UP, &priv->work_pending);
>
> The problem is that set_bit() takes the actual bit number and not a mask
> so static checkers get upset. It doesn't affect run time because we do
> it consistently, but we may as well clean it up.
>
> Fixes: 6010ce07a66c ('rndis_wlan: do link-down state change in worker thread')
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Thanks, applied to wireless-drivers-next.git.
Kalle Valo
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@codeaurora.org>
To: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Jussi Kivilinna <jussi.kivilinna@iki.fi>,
linux-wireless@vger.kernel.org, kernel-janitors@vger.kernel.org,
Joe Perches <joe@perches.com>
Subject: Re: rndis_wlan: harmless issue calling set_bit()
Date: Tue, 26 May 2015 10:55:27 +0000 (UTC) [thread overview]
Message-ID: <20150526105527.B1B371416EC@smtp.codeaurora.org> (raw)
In-Reply-To: <20150514083750.GD1665@mwanda>
> These are used like:
>
> set_bit(WORK_LINK_UP, &priv->work_pending);
>
> The problem is that set_bit() takes the actual bit number and not a mask
> so static checkers get upset. It doesn't affect run time because we do
> it consistently, but we may as well clean it up.
>
> Fixes: 6010ce07a66c ('rndis_wlan: do link-down state change in worker thread')
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Thanks, applied to wireless-drivers-next.git.
Kalle Valo
next prev parent reply other threads:[~2015-05-26 10:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-14 8:37 [patch] rndis_wlan: harmless issue calling set_bit() Dan Carpenter
2015-05-14 8:37 ` Dan Carpenter
2015-05-26 10:55 ` Kalle Valo [this message]
2015-05-26 10:55 ` 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=20150526105527.B1B371416EC@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=dan.carpenter@oracle.com \
--cc=joe@perches.com \
--cc=jussi.kivilinna@iki.fi \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-wireless@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 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.