summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.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/0211-mtd-cfi_cmdset_0002-force-word-write.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/0211-mtd-cfi_cmdset_0002-force-word-write.patch')
-rw-r--r--target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.patch b/target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.patch
index 5f9df144f9..25ae351e65 100644
--- a/target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.patch
+++ b/target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.patch
@@ -43,7 +43,7 @@
static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip,
unsigned long adr, const u_char *buf,
int len)
-@@ -1555,7 +1560,6 @@ static int __xipram do_write_buffer(stru
+@@ -1567,7 +1572,6 @@ static int __xipram do_write_buffer(stru
return ret;
}
@@ -51,7 +51,7 @@
static int cfi_amdstd_write_buffers(struct mtd_info *mtd, loff_t to, size_t len,
size_t *retlen, const u_char *buf)
{
-@@ -1630,6 +1634,7 @@ static int cfi_amdstd_write_buffers(stru
+@@ -1642,6 +1646,7 @@ static int cfi_amdstd_write_buffers(stru
return 0;
}