From: Ed Berube <eberube@gmail.com>
To: linux-mtd@lists.infradead.org
Subject: Possible small bug in nand_base.c
Date: Tue, 2 Nov 2004 17:24:39 -0500 [thread overview]
Message-ID: <a084b59f04110214246b8b4a76@mail.gmail.com> (raw)
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
reply other threads:[~2004-11-02 22:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a084b59f04110214246b8b4a76@mail.gmail.com \
--to=eberube@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.