Skip to content

Commit

Permalink
[MTD] [NOR] Support Intel P3x flash support with CFI version 1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Korolev <akorolev@infradead.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Alexey Korolev authored and David Woodhouse committed Nov 23, 2007
1 parent 9252572 commit b1c9c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/chips/cfi_cmdset_0001.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ read_pri_intelext(struct map_info *map, __u16 adr)
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);
Expand Down

0 comments on commit b1c9c9b

Please sign in to comment.