summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.4
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-08 08:25:15 +0000
committerJohn Crispin <john@openwrt.org>2016-02-08 08:25:15 +0000
commitc3fc71527dca8601f1fb8dc8a10791bb45c34fc1 (patch)
treec57721324b7519718d06aebe5701379a61be331f /target/linux/lantiq/patches-4.4
parentd8684c7068a32006211e97680aaf9b1b49033ce2 (diff)
downloadmaster-31e0f0ae-c3fc71527dca8601f1fb8dc8a10791bb45c34fc1.tar.gz
master-31e0f0ae-c3fc71527dca8601f1fb8dc8a10791bb45c34fc1.tar.bz2
master-31e0f0ae-c3fc71527dca8601f1fb8dc8a10791bb45c34fc1.zip
lantiq: fix wrong parameter order in xway_nand driver
Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 48656
Diffstat (limited to 'target/linux/lantiq/patches-4.4')
-rw-r--r--target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch2
1 files changed, 1 insertions, 1 deletions
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 5500861c22..31682bc81a 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@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 */
+ }
+
+