[OpenWrt-Devel] [PATCH] lantiq: fix wrong parameter order in xway_nand driver

Mathias Kresin openwrt at kresin.me
Tue Feb 2 17:31:27 EST 2016


Signed-off-by: Mathias Kresin <openwrt at kresin.me>
---
 .../linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch b/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch
index 5500861..31682bc 100644
--- a/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch
+++ b/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch
@@ -69,7 +69,7 @@ Signed-off-by: John Crispin <blogic at openwrt.org>
  
 +	if (req_mask) {
 +		if (cmd != NAND_CMD_STATUS)
-+			ltq_ebu_w32(EBU_NAND_WAIT, 0); /* Clear nand ready */
++			ltq_ebu_w32(0, EBU_NAND_WAIT); /* Clear nand ready */
 +	}
 +
 +
-- 
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list