diff options
| author | Colin Ian King <[email protected]> | 2021-12-30 16:12:30 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-12-31 01:26:58 +0000 |
| commit | 314fbde95769e0cff68ef74ccc261935bb0c6852 (patch) | |
| tree | d92f70f95dac961d6f6713b17ef7f3afcd4f5040 /net/unix/af_unix.c | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
| download | kernel-314fbde95769e0cff68ef74ccc261935bb0c6852.tar.gz kernel-314fbde95769e0cff68ef74ccc261935bb0c6852.zip | |
nfc: st21nfca: remove redundant assignment to variable i
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 <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
