generic: add aneg_done and update_link functions for the phy_device
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.35 / 089-mtd-samsung-flash.patch
1 --- a/drivers/mtd/chips/cfi_cmdset_0002.c
2 +++ b/drivers/mtd/chips/cfi_cmdset_0002.c
3 @@ -418,7 +418,7 @@
4 */
5 cfi_fixup_major_minor(cfi, extp);
6
7 - if (extp->MajorVersion != '1' ||
8 + if (extp->MajorVersion < '0' || extp->MajorVersion > '3' ||
9 (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
10 if (cfi->mfr == MANUFACTURER_SAMSUNG &&
11 (extp->MajorVersion == '3' && extp->MinorVersion == '3')) {