[U-Boot] [PATCH 2/2] mtd: nor: initialize writebufsize field
Andrew Ruder
andy at aeruder.net
Wed Nov 5 20:23:25 CET 2014
On Wed, Nov 05, 2014 at 08:00:21AM +0100, Heiko Schocher wrote:
> >diff --git a/drivers/mtd/cfi_mtd.c b/drivers/mtd/cfi_mtd.c
> >index ac805ff..d4c9609 100644
> >--- a/drivers/mtd/cfi_mtd.c
> >+++ b/drivers/mtd/cfi_mtd.c
> >@@ -226,6 +226,7 @@ int cfi_mtd_init(void)
> > mtd->flags = MTD_CAP_NORFLASH;
> > mtd->size = fi->size;
> > mtd->writesize = 1;
> >+ mtd->writebufsize = fi->buffer_size;
> ^ should be cfi
>
> This is a typo ... your patch would not compile ... please just
> ack the patch [1], thanks!
I responded on the other thread with your other patch. I apologize for
not seeing it originally. This patch, imo, is correct though and
definitely compiles - not a typo!
- Andy
More information about the U-Boot
mailing list