[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164091780955.19399.16011800400201040949.git-patchwork-notify@kernel.org>
Date: Fri, 31 Dec 2021 02:30:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Colin Ian King <colin.i.king@...il.com>
Cc: krzysztof.kozlowski@...onical.com, davem@...emloft.net,
netdev@...r.kernel.org, kernel-janitors@...r.kernel.org,
llvm@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nfc: st21nfca: remove redundant assignment to variable i
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 30 Dec 2021 16:12:30 +0000 you wrote:
> Variable i is being assigned a value that is never read, the
> assignment is redundant and can be removed. Cleans up clang-scan
> build warning:
>
> drivers/nfc/st21nfca/i2c.c:319:4: warning: Value stored to 'i'
> is never read [deadcode.DeadStores]
> i = 0;
>
> [...]
Here is the summary with links:
- nfc: st21nfca: remove redundant assignment to variable i
https://git.kernel.org/netdev/net-next/c/314fbde95769
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists