[PATCH] Add P3x support with CFI 1.5
Alexey Korolev
akorolev at infradead.org
Fri Nov 23 05:10:53 EST 2007
> >
> > Signed-off-by: Alexey Korolev <akorolev at infradead.org>
> > diff -uNr a/drivers/mtd/chips/cfi_cmdset_0001.c b/drivers/mtd/chips/cfi_cmdset_0001.c
> > --- a/drivers/mtd/chips/cfi_cmdset_0001.c 2007-08-10 01:28:15.000000000 +0400
> > +++ b/drivers/mtd/chips/cfi_cmdset_0001.c 2007-08-15 15:27:52.000000000 +0400
> > @@ -276,7 +276,7 @@
> > 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);
>
> It's whitespace-damaged, and your email address in the Signed-off-by is
> broken. I corrected both and committed.
>
Thank you so much for commit. I verified the patch before sending to you it was ok. I will find why the patch got damaged to prevent the same issues in future. Sorry for damaged patch.
More information about the linux-mtd
mailing list