mirror of
https://github.com/openwrt/openwrt.git
synced 2025-08-12 22:26:10 +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>