1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

lantiq: fix wrong parameter order in xway_nand driver

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

SVN-Revision: 48656
This commit is contained in:
John Crispin 2016-02-08 08:25:15 +00:00
parent d8684c7068
commit c3fc71527d

@ -69,7 +69,7 @@ Signed-off-by: John Crispin <blogic@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 */
+ }
+
+