diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-08 08:25:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-08 08:25:15 +0000 |
commit | 4db3cf714437327d0c3432379042266645cde248 (patch) | |
tree | e5d54e5acf4e301df2b7696918fe2cf3d55f83e3 /target/linux/lantiq | |
parent | ba57181a5bf24c3bf94f3d05e80aae9cf4d89fe0 (diff) | |
download | master-187ad058-4db3cf714437327d0c3432379042266645cde248.tar.gz master-187ad058-4db3cf714437327d0c3432379042266645cde248.tar.bz2 master-187ad058-4db3cf714437327d0c3432379042266645cde248.zip |
lantiq: fix wrong parameter order in xway_nand driver
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch | 2 |
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 */ + } + + |