linux-stable/drivers/mtd/tests
Yang Li 063deb31ae mtd: tests: Remove redundant assignment to err
Variable 'err' is set to 0 but this value is never read as it is
overwritten with a new value later on, hence it is a redundant
assignment and can be removed.

Cleans up the following clang-analyzer warning:

drivers/mtd/tests/torturetest.c:233:2: warning: Value stored to 'err' is
never read [clang-analyzer-deadcode.DeadStores]

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/1619604142-119891-1-git-send-email-yang.lee@linux.alibaba.com
2021-05-10 12:48:35 +02:00
..
Makefile
mtd_nandecctest.c mtd: nand: ecc-hamming: Rename the exported functions 2020-12-10 22:37:29 +01:00
mtd_test.c
mtd_test.h
nandbiterrs.c
oobtest.c mtd: mtd_oobtest: Remove redundant assignment to err 2021-05-10 12:42:57 +02:00
pagetest.c
readtest.c
speedtest.c
stresstest.c
subpagetest.c
torturetest.c mtd: tests: Remove redundant assignment to err 2021-05-10 12:48:35 +02:00