openwrtv4/package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch

28 lines
770 B
Diff
Raw Normal View History

From 17c9f2a306b56d5ec5e5c54ce9abba6926831c46 Mon Sep 17 00:00:00 2001
From: Yutang Jiang <yutang.jiang@nxp.com>
Date: Fri, 23 Sep 2016 04:21:38 +0800
Subject: [PATCH 89/93] driver: spi: fix id enclosure error
Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
---
drivers/mtd/spi/spi_flash.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c
index d69d2c3..dcb1628 100644
--- a/drivers/mtd/spi/spi_flash.c
+++ b/drivers/mtd/spi/spi_flash.c
@@ -1206,9 +1206,7 @@ int spi_flash_scan(struct spi_flash *flash)
u8 idcode[5];
u8 cmd;
int ret;
-#ifdef CONFIG_SPI_FLASH_SPANSION
u8 id[6];
-#endif
/* Read the ID codes */
ret = spi_flash_cmd(spi, CMD_READ_ID, idcode, sizeof(idcode));
--
1.7.9.5