aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-layerscape/patches/0089-driver-spi-fix-id-enclosure-error.patch
blob: d75a8d9fe7436fbb481248373adf53682832c30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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