Author: blogic
Date: 2016-02-08 09:25:15 +0100 (Mon, 08 Feb 2016)
New Revision: 48656

Modified:
   
trunk/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch
Log:
lantiq: fix wrong parameter order in xway_nand driver

Signed-off-by: Mathias Kresin <[email protected]>

Modified: 
trunk/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch
===================================================================
--- 
trunk/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch  
    2016-02-08 08:03:06 UTC (rev 48655)
+++ 
trunk/target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch  
    2016-02-08 08:25:15 UTC (rev 48656)
@@ -69,7 +69,7 @@
  
 +      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 */
 +      }
 +
 +
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to