From: Richard Purdie <rpurdie@openedhand.com>
To: Nick Piggin <nickpiggin@yahoo.com.au>,
Hugh Dickins <hugh@veritas.com>,
kernel list <linux-kernel@vger.kernel.org>,
linux-mtd@lists.infradead.org, dwmw2@infradead.org
Subject: [PATCH 7/9] mtd: Fix number of free oob spaces in onenand driver
Date: Fri, 02 Mar 2007 15:54:59 +0000 [thread overview]
Message-ID: <1172850899.11149.128.camel@localhost.localdomain> (raw)
Correct the number of free OOB data positions in the onenand
driver.
Signed-off-by: Richard Purdie <rpurdie@openedhand.com>
---
drivers/mtd/onenand/onenand_base.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: linux/drivers/mtd/onenand/onenand_base.c
===================================================================
--- linux.orig/drivers/mtd/onenand/onenand_base.c 2007-03-02 15:02:31.000000000 +0000
+++ linux/drivers/mtd/onenand/onenand_base.c 2007-03-02 15:37:05.000000000 +0000
@@ -33,8 +33,8 @@ static struct nand_ecclayout onenand_oob
56, 57, 58, 59, 60,
},
.oobfree = {
- {2, 3}, {14, 2}, {18, 3}, {30, 2},
- {34, 3}, {46, 2}, {50, 3}, {62, 2}
+ {2, 6}, {14, 4}, {18, 6}, {30, 4},
+ {34, 6}, {46, 4}, {50, 6}, {62, 2}
}
};
@@ -47,7 +47,7 @@ static struct nand_ecclayout onenand_oob
8, 9, 10, 11, 12,
24, 25, 26, 27, 28,
},
- .oobfree = { {2, 3}, {14, 2}, {18, 3}, {30, 2} }
+ .oobfree = { {2, 6}, {14, 4}, {18, 6}, {30, 2} }
};
static const unsigned char ffchars[] = {
next reply other threads:[~2007-03-02 15:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-02 15:54 Richard Purdie [this message]
2007-03-05 0:40 ` [PATCH 7/9] mtd: Fix number of free oob spaces in onenand driver Kyungmin Park
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=1172850899.11149.128.camel@localhost.localdomain \
--to=rpurdie@openedhand.com \
--cc=dwmw2@infradead.org \
--cc=hugh@veritas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=nickpiggin@yahoo.com.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox