From: patchwork-bot+linux-arm-msm@kernel.org
To: Colin King <colin.king@canonical.com>
Cc: linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH][next] soundwire: qcom: Fix a u8 comparison with less than zero
Date: Wed, 26 May 2021 19:03:25 +0000 [thread overview]
Message-ID: <162205580512.26840.2846036642044293311.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210331140944.1421940-1-colin.king@canonical.com>
Hello:
This patch was applied to qcom/linux.git (refs/heads/for-next):
On Wed, 31 Mar 2021 15:09:44 +0100 you wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Variable devnum is being checked for a less than zero error return
> however the comparison will always be false because devnum is an 8 bit
> unsigned integer. Fix this by making devnum an int. Also there is no
> need to iniitialize devnum with zero as this value is no read, so
> remove the redundant assignment.
>
> [...]
Here is the summary with links:
- [next] soundwire: qcom: Fix a u8 comparison with less than zero
https://git.kernel.org/qcom/c/b26b48749b18
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-05-26 19:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-31 14:09 [PATCH][next] soundwire: qcom: Fix a u8 comparison with less than zero Colin King
2021-03-31 18:32 ` Bjorn Andersson
2021-05-26 19:03 ` patchwork-bot+linux-arm-msm [this message]
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=162205580512.26840.2846036642044293311.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-arm-msm@kernel.org \
--cc=colin.king@canonical.com \
--cc=linux-arm-msm@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).