diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 17:13:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 17:13:24 +0000 |
commit | 0380904acb3a31738cb764407a7770bd91ff3e2b (patch) | |
tree | a08dd32b99c3bdea8647dfe79618571c82b65be7 /target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch | |
parent | 76a16170630c05175215b1e5909ad8bdc417e336 (diff) | |
download | upstream-0380904acb3a31738cb764407a7770bd91ff3e2b.tar.gz upstream-0380904acb3a31738cb764407a7770bd91ff3e2b.tar.bz2 upstream-0380904acb3a31738cb764407a7770bd91ff3e2b.zip |
kernel/3.10: refresh all target patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38182
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch b/target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch index 726207150f..9fe21138e5 100644 --- a/target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch +++ b/target/linux/lantiq/patches-3.10/0017-MTD-lantiq-xway-remove-endless-loop.patch @@ -12,8 +12,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org> drivers/mtd/nand/xway_nand.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) -diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c -index 7f2bdd1..8d14f1b 100644 --- a/drivers/mtd/nand/xway_nand.c +++ b/drivers/mtd/nand/xway_nand.c @@ -59,16 +59,22 @@ static u32 xway_latchcmd; @@ -41,6 +39,3 @@ index 7f2bdd1..8d14f1b 100644 spin_unlock_irqrestore(&ebu_lock, flags); } --- -1.7.10.4 - |