aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-11 15:09:04 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-11 15:09:04 +0000
commit9734d09de1f4bd8bb5a7428a2bffcabe8ed73e21 (patch)
treeff1d4f5feeee86461727f36c8be5ea97dfb51bfc /target
parentcaaa49255171e6e8e9df6eb2d6fae64a9018b11d (diff)
downloadupstream-9734d09de1f4bd8bb5a7428a2bffcabe8ed73e21.tar.gz
upstream-9734d09de1f4bd8bb5a7428a2bffcabe8ed73e21.tar.bz2
upstream-9734d09de1f4bd8bb5a7428a2bffcabe8ed73e21.zip
linux/generic: cosmetic
SVN-Revision: 23958
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 9b38ee4ce6..e4e56a0e17 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 &&