aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit6a2986156bcd8b1ac96c59ed83c26d3f6031e582 (patch)
treedadcaf646fedfa2016d38ff7cb79e182a9fe5826 /target/linux
parent0b6005985889862b9e29a85a571ffd1d33d92052 (diff)
downloadupstream-6a2986156bcd8b1ac96c59ed83c26d3f6031e582.tar.gz
upstream-6a2986156bcd8b1ac96c59ed83c26d3f6031e582.tar.bz2
upstream-6a2986156bcd8b1ac96c59ed83c26d3f6031e582.zip
linux/generic: cosmetic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 &&