base-files: Changed UCI variable name for GPIO value from 'default' to 'value'
[openwrt/openwrt.git] / package / boot / uboot-layerscape / patches / 0089-driver-spi-fix-id-enclosure-error.patch
1 From 17c9f2a306b56d5ec5e5c54ce9abba6926831c46 Mon Sep 17 00:00:00 2001
2 From: Yutang Jiang <yutang.jiang@nxp.com>
3 Date: Fri, 23 Sep 2016 04:21:38 +0800
4 Subject: [PATCH 89/93] driver: spi: fix id enclosure error
5
6 Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
7 ---
8 drivers/mtd/spi/spi_flash.c | 2 --
9 1 file changed, 2 deletions(-)
10
11 diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c
12 index d69d2c3..dcb1628 100644
13 --- a/drivers/mtd/spi/spi_flash.c
14 +++ b/drivers/mtd/spi/spi_flash.c
15 @@ -1206,9 +1206,7 @@ int spi_flash_scan(struct spi_flash *flash)
16 u8 idcode[5];
17 u8 cmd;
18 int ret;
19 -#ifdef CONFIG_SPI_FLASH_SPANSION
20 u8 id[6];
21 -#endif
22
23 /* Read the ID codes */
24 ret = spi_flash_cmd(spi, CMD_READ_ID, idcode, sizeof(idcode));
25 --
26 1.7.9.5
27