* Possible small bug in nand_base.c
@ 2004-11-02 22:24 Ed Berube
0 siblings, 0 replies; only message in thread
From: Ed Berube @ 2004-11-02 22:24 UTC (permalink / raw)
To: linux-mtd
Using the CVS most recent code. On a recent update I found what I
believe is a small error in nand_base.c
In the latest update, nand.h - eccbytes was added to the nand_chip structure.
This is because of the changes made to nand_base.c
However on line 844. The line is
eccbytes = this->ecc_bytes;
I believe it should be without the underbar
eccbytes = this->eccbytes;
I apologize if this is the incorrect place to post this - if so,
please inform me of the correct way and I will do some from now on.
Or if its has already been dealt with please ignore this, I just
didn't see anything posted and I didn't have a cvs update to fix the
problem.
Ed
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-02 22:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-02 22:24 Possible small bug in nand_base.c Ed Berube
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox