From: Mika Korhonen <ext-mika.2.korhonen@nokia.com>
To: ext Kyungmin Park <kmpark@infradead.org>
Cc: "amul.saha@samsung.com" <amul.saha@samsung.com>,
"Bityutskiy Artem \(Nokia-D/Helsinki\)"
<Artem.Bityutskiy@nokia.com>,
"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
"Hunter Adrian \(Nokia-D/Helsinki\)" <adrian.hunter@nokia.com>
Subject: Re: [PATCH 1/2] MTD: OneNAND: move erase method to a separate function
Date: Tue, 06 Oct 2009 12:18:34 +0300 [thread overview]
Message-ID: <4ACB0B6A.8080302@nokia.com> (raw)
In-Reply-To: <9c9fda240910060213s7a2eff22icbf5d5f81431eb48@mail.gmail.com>
ext Kyungmin Park wrote:
> On Tue, Oct 6, 2009 at 5:55 PM, Mika Korhonen
> <ext-mika.2.korhonen@nokia.com> wrote:
>
>> Separate the actual execution of erase to a new function:
>> onenand_block_by_block_erase(). This is done in preparation for
>> the multiblock erase support.
>>
>> Signed-off-by: Mika Korhonen <ext-mika.2.korhonen@nokia.com>
>> ---
>> drivers/mtd/onenand/onenand_base.c | 143 +++++++++++++++++++++---------------
>> 1 files changed, 84 insertions(+), 59 deletions(-)
>>
[...]
>> /* Do call back function */
>> if (!ret)
>> + instr->state = MTD_ERASE_DONE;
>> mtd_erase_callback(instr);
>>
>
> Are you missing curly braces { } here?
>
> Thank you
> Kyungmin Park
>
Yes, I am. Thanks!
br
Mika
next prev parent reply other threads:[~2009-10-06 9:18 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-06 8:55 [PATCH 0/2] Revised: MTD: OneNAND: multiblock erase support Mika Korhonen
2009-10-06 8:55 ` [PATCH 1/2] MTD: OneNAND: move erase method to a separate function Mika Korhonen
2009-10-06 8:56 ` [PATCH 2/2] MTD: OneNAND: multiblock erase support Mika Korhonen
2009-10-06 9:13 ` [PATCH 1/2] MTD: OneNAND: move erase method to a separate function Kyungmin Park
2009-10-06 9:18 ` Mika Korhonen [this message]
2009-10-06 10:08 ` Updated: " Mika Korhonen
2009-10-11 11:25 ` [PATCH 0/2] Revised: MTD: OneNAND: multiblock erase support Artem Bityutskiy
2009-10-12 9:55 ` Mika Korhonen
-- strict thread matches above, loose matches on Subject: below --
2009-09-03 10:54 [PATCH 0/2] " Mika Korhonen
2009-09-03 10:54 ` [PATCH 1/2] MTD: OneNAND: move erase method to a separate function Mika Korhonen
2009-09-16 16:32 ` Adrian Hunter
2009-09-18 4:45 ` Mika Korhonen
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=4ACB0B6A.8080302@nokia.com \
--to=ext-mika.2.korhonen@nokia.com \
--cc=Artem.Bityutskiy@nokia.com \
--cc=adrian.hunter@nokia.com \
--cc=amul.saha@samsung.com \
--cc=kmpark@infradead.org \
--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.