From fee61c82b7c40844f426de5f72a36fa9e3c1d599 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Sat, 7 Dec 2019 22:34:52 -0800 Subject: [PATCH] =?UTF-8?q?ipq40xx=EF=BC=9Amx25l25635f=204B=20spi=20suppor?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch b/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch index da9e57815..426710745 100644 --- a/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch +++ b/target/linux/ipq40xx/patches-4.19/303-spi-nor-enable-4B-opcodes-for-mx25l25635f.patch @@ -59,4 +59,4 @@ + jinfo = spi_nor_read_id(nor, name); if (IS_ERR(jinfo)) { return PTR_ERR(jinfo); - } else if (jinfo != info) { + } else if (jinfo != info) { \ No newline at end of file