[rb532] remove 2.6.27 we did not use it and went to 2.6.28 directly
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.24 / 950-mtd_cfi_intel_p33_compatbility.patch
1 --- a/drivers/mtd/chips/cfi_cmdset_0001.c
2 +++ b/drivers/mtd/chips/cfi_cmdset_0001.c
3 @@ -277,7 +277,7 @@ read_pri_intelext(struct map_info *map, 
4                 return NULL;
5  
6         if (extp->MajorVersion != '1' ||
7 -           (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
8 +           (extp->MinorVersion < '0' || extp->MinorVersion > '5')) {
9                 printk(KERN_ERR "  Unknown Intel/Sharp Extended Query "
10                        "version %c.%c.\n",  extp->MajorVersion,
11                        extp->MinorVersion);