summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-19 11:58:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-19 11:58:59 +0000
commit32a6800a4198273386510b991fee7ab3d90a4afd (patch)
treef742bdd68f5c3a7d0a2ad46dae1e921a465bbc39 /target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch
parent3600b84cbd9696496d3a7862f003d839c177d088 (diff)
downloadmaster-31e0f0ae-32a6800a4198273386510b991fee7ab3d90a4afd.tar.gz
master-31e0f0ae-32a6800a4198273386510b991fee7ab3d90a4afd.tar.bz2
master-31e0f0ae-32a6800a4198273386510b991fee7ab3d90a4afd.zip
kernel: remove linux 3.8 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44890
Diffstat (limited to 'target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch')
-rw-r--r--target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch b/target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch
deleted file mode 100644
index d64f340d1d..0000000000
--- a/target/linux/generic/patches-3.8/460-cfi_cmdset_0002_no_erase_suspend.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/mtd/chips/cfi_cmdset_0002.c
-+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
-@@ -762,7 +762,7 @@ static int get_chip(struct map_info *map
- return 0;
-
- case FL_ERASING:
-- if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) ||
-+ if (1 /* no suspend */ || !cfip || !(cfip->EraseSuspend & (0x1|0x2)) ||
- !(mode == FL_READY || mode == FL_POINT ||
- (mode == FL_WRITING && (cfip->EraseSuspend & 0x2))))
- goto sleep;