diff options
Diffstat (limited to 'drivers/mtd/chips')
-rw-r--r-- | drivers/mtd/chips/cfi_cmdset_0001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c index da851c217fc3..ed5ce41d1377 100644 --- a/drivers/mtd/chips/cfi_cmdset_0001.c +++ b/drivers/mtd/chips/cfi_cmdset_0001.c | |||
@@ -320,7 +320,7 @@ read_pri_intelext(struct map_info *map, __u16 adr) | |||
320 | return NULL; | 320 | return NULL; |
321 | 321 | ||
322 | if (extp->MajorVersion != '1' || | 322 | if (extp->MajorVersion != '1' || |
323 | (extp->MinorVersion < '0' || extp->MinorVersion > '4')) { | 323 | (extp->MinorVersion < '0' || extp->MinorVersion > '5')) { |
324 | printk(KERN_ERR " Unknown Intel/Sharp Extended Query " | 324 | printk(KERN_ERR " Unknown Intel/Sharp Extended Query " |
325 | "version %c.%c.\n", extp->MajorVersion, | 325 | "version %c.%c.\n", extp->MajorVersion, |
326 | extp->MinorVersion); | 326 | extp->MinorVersion); |