mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-07 09:39:30 -05: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>