mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00

Remove unused variable to fix the warning: drivers/mtd/nand/spi/foresee.c: In function 'f35sqa002g_ecc_get_status': drivers/mtd/nand/spi/foresee.c:56:29: warning: unused variable 'nand' [-Wunused-variable] 56 | struct nand_device *nand = spinand_to_nand(spinand); | ^~~~ Signed-off-by: Shiji Yang <yangshiji66@outlook.com>