mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-14 07:31:06 +02:00
3d542aac84
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11188 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
624 B
Diff
14 lines
624 B
Diff
Index: linux-2.6.24.7/drivers/mtd/chips/cfi_cmdset_0001.c
|
|
===================================================================
|
|
--- linux-2.6.24.7.orig/drivers/mtd/chips/cfi_cmdset_0001.c
|
|
+++ linux-2.6.24.7/drivers/mtd/chips/cfi_cmdset_0001.c
|
|
@@ -277,7 +277,7 @@ read_pri_intelext(struct map_info *map,
|
|
return NULL;
|
|
|
|
if (extp->MajorVersion != '1' ||
|
|
- (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
|
|
+ (extp->MinorVersion < '0' || extp->MinorVersion > '5')) {
|
|
printk(KERN_ERR " Unknown Intel/Sharp Extended Query "
|
|
"version %c.%c.\n", extp->MajorVersion,
|
|
extp->MinorVersion);
|