Re: [PATCH] net: Remove redundant assignment to err
From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-04-29 22:40:18
Also in:
lkml
From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-04-29 22:40:18
Also in:
lkml
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 29 Apr 2021 09:32:36 +0800 you wrote:
Variable 'err' is set to -ENOMEM but this value is never read as it is overwritten with a new value later on, hence the 'If statements' and assignments are redundantand and can be removed. Cleans up the following clang-analyzer warning: net/ipv6/seg6.c:126:4: warning: Value stored to 'err' is never read [clang-analyzer-deadcode.DeadStores] [...]
Here is the summary with links:
- net: Remove redundant assignment to err
https://git.kernel.org/netdev/net/c/1a70f6597d5f
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html