From: Artem Bityutskiy <dedekind@infradead.org>
To: kmpark@infradead.org
Cc: linux-mtd@lists.infradead.org, 'David Woodhouse' <dwmw2@infradead.org>
Subject: RE: [PATCH try 2] MTD: OneNAND: fix numerous races
Date: Thu, 27 Sep 2007 11:55:26 +0300 [thread overview]
Message-ID: <1190883326.12445.6.camel@sauron> (raw)
In-Reply-To: <00fa01c80098$152a45a0$e1ac580a@swcenter.sec.samsung.co.kr>
On Thu, 2007-09-27 at 08:50 +0900, Kyungmin Park wrote:
> > - ret = mtd->write(mtd, from, len, retlen, pbuf);
> > + ops.len = len;
> > + ops.ooblen = 0;
> > + ops.databuf = pbuf;
>
> It should be ops.datbuf.
Ops, I had OTP disabled when compiled it. Thanks! Will resend a fixed
version.
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
prev parent reply other threads:[~2007-09-27 8:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-21 13:46 [PATCH] MTD: OneNAND: fix numerous races Artem Bityutskiy
2007-09-21 13:56 ` Artem Bityutskiy
2007-09-21 15:30 ` [PATCH try 2] " Artem Bityutskiy
2007-09-26 23:50 ` Kyungmin Park
2007-09-27 8:55 ` Artem Bityutskiy [this message]
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=1190883326.12445.6.camel@sauron \
--to=dedekind@infradead.org \
--cc=dwmw2@infradead.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox