diff options
author | Colin Ian King <[email protected]> | 2024-02-09 17:40:19 +0000 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2024-02-26 11:36:11 +0100 |
commit | 9367043f1c02a1e4bc3ee50df2772c7c557ce617 (patch) | |
tree | c977112f067f5e21df33a0e8732d5737026bfc60 /net/lapb/lapb_in.c | |
parent | 4bd14b2fd8a83a2f5220ba4ef323f741e11bfdfd (diff) |
mtd: rawnand: remove redundant assignment to variable bbtblocks
The variable bbtblocks is being assigned a value that is never
read. The assignment is redundant and can be removed.
Cleans up clang scan build warning:
drivers/mtd/nand/raw/nand_bbt.c:579:3: warning: Value stored to
'bbtblocks' is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions