[kernel] refresh 2.6.32 patches
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.32 / 089-mtd-samsung-flash.patch
1 --- a/drivers/mtd/chips/cfi_cmdset_0002.c
2 +++ b/drivers/mtd/chips/cfi_cmdset_0002.c
3 @@ -374,7 +374,7 @@ struct mtd_info *cfi_cmdset_0002(struct
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')) {