From: Nigel Christian <hidden> Date: 2021-06-01 13:35:40
In the case MICROREAD_CB_TYPE_READER_ALL clang reports a dead code
warning. The error code assigned to variable err is already passed
to async_cb(). The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Nigel Christian <redacted>
---
drivers/nfc/microread/microread.c | 1 -
1 file changed, 1 deletion(-)
From: Krzysztof Kozlowski <hidden> Date: 2021-06-01 13:41:49
On 01/06/2021 15:35, Nigel Christian wrote:
quoted hunk
In the case MICROREAD_CB_TYPE_READER_ALL clang reports a dead code
warning. The error code assigned to variable err is already passed
to async_cb(). The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Nigel Christian <redacted>
---
drivers/nfc/microread/microread.c | 1 -
1 file changed, 1 deletion(-)
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 1 Jun 2021 09:35:33 -0400 you wrote:
In the case MICROREAD_CB_TYPE_READER_ALL clang reports a dead code
warning. The error code assigned to variable err is already passed
to async_cb(). The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Nigel Christian <redacted>
[...]