summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-07 17:05:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-04-07 17:05:05 +0000
commit1700bf5b2e0e454e4cb31b5982bd71b228ae46da (patch)
tree2e92c3192401f1328c2f3a6e8894f63489b3217e /target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
parent6de8743e449a358e9c412518bec76c6e37927b12 (diff)
downloadmaster-31e0f0ae-1700bf5b2e0e454e4cb31b5982bd71b228ae46da.tar.gz
master-31e0f0ae-1700bf5b2e0e454e4cb31b5982bd71b228ae46da.tar.bz2
master-31e0f0ae-1700bf5b2e0e454e4cb31b5982bd71b228ae46da.zip
ramips: refresh patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36260
Diffstat (limited to 'target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch')
-rw-r--r--target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch b/target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
index bf076fe2ec..91b887f922 100644
--- a/target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
+++ b/target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
@@ -1,6 +1,6 @@
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
-@@ -1927,7 +1927,7 @@ static int __xipram do_erase_chip(struct
+@@ -1939,7 +1939,7 @@ static int __xipram do_erase_chip(struct
chip->erase_suspended = 0;
}
@@ -9,7 +9,7 @@
break;
if (time_after(jiffies, timeo)) {
-@@ -2016,7 +2016,7 @@ static int __xipram do_erase_oneblock(st
+@@ -2028,7 +2028,7 @@ static int __xipram do_erase_oneblock(st
chip->erase_suspended = 0;
}