Thread (3 messages) 3 messages, 3 authors, 2021-12-31

Re: [PATCH] nfc: st21nfca: remove redundant assignment to variable i

From: Krzysztof Kozlowski <hidden>
Date: 2021-12-30 19:58:50
Also in: lkml, llvm, netdev

On 30/12/2021 17:12, Colin Ian King 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;

Signed-off-by: Colin Ian King <redacted>
---
 drivers/nfc/st21nfca/i2c.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Reviewed-by: Krzysztof Kozlowski <redacted>


Best regards,
Krzysztof
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help