summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-11 15:09:04 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-11 15:09:04 +0000
commitc5ec8ecc606420d815198b2445d38d1dc58056dd (patch)
treedadcaf646fedfa2016d38ff7cb79e182a9fe5826 /target
parentf2e717e983d1701dd51a0fc4c01b61418f6c43ff (diff)
linux/generic: cosmetic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-2.6.37/089-mtd-samsung-flash.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/generic/patches-2.6.37/089-mtd-samsung-flash.patch b/target/linux/generic/patches-2.6.37/089-mtd-samsung-flash.patch
index 9b38ee4ce..e4e56a0e1 100644
--- a/target/linux/generic/patches-2.6.37/089-mtd-samsung-flash.patch
+++ b/target/linux/generic/patches-2.6.37/089-mtd-samsung-flash.patch
@@ -6,16 +6,17 @@
- if (cfi->mfr == CFI_MFR_SAMSUNG && cfi->id == 0x257e &&
- extp->MajorVersion == '0')
+- extp->MajorVersion = '1';
+ if (cfi->mfr == CFI_MFR_SAMSUNG &&
+ extp->MajorVersion == '0') {
+ printk(" Fixed Samsung's Amd/Fujitsu Extended Query version from %c.%c",
+ extp->MajorVersion, extp->MinorVersion);
+
- extp->MajorVersion = '1';
-+ extp->MinorVersion = '0';
++ extp->MajorVersion = '1';
++ extp->MinorVersion = '0';
+
-+ printk(" to %c.%c.\n",
-+ extp->MajorVersion, extp->MinorVersion);
++ printk(" to %c.%c.\n",
++ extp->MajorVersion, extp->MinorVersion);
+ }
+
+ if (cfi->mfr == CFI_MFR_SAMSUNG &&