You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
469 B
12 lines
469 B
16 years ago
|
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
|
||
|
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
|
||
16 years ago
|
@@ -385,7 +385,7 @@ struct mtd_info *cfi_cmdset_0002(struct
|
||
16 years ago
|
|
||
|
cfi_fixup_major_minor(cfi, extp);
|
||
16 years ago
|
|
||
|
- if (extp->MajorVersion != '1' ||
|
||
15 years ago
|
+ if (extp->MajorVersion < '0' || extp->MajorVersion > '3' ||
|
||
16 years ago
|
(extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
|
||
|
if (cfi->mfr == MANUFACTURER_SAMSUNG &&
|
||
|
(extp->MajorVersion == '3' && extp->MinorVersion == '3')) {
|