From: Alexandros C. Couloumbis Date: Thu, 11 Nov 2010 15:09:04 +0000 (+0000) Subject: linux/generic: cosmetic X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=675e948e38d3775fd4b9df403f15663a6e342cce;hp=5d61b2fbd478061f05fad5125fbd0e348532aed1 linux/generic: cosmetic SVN-Revision: 23958 --- 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 &&