[PATCH try 2] MTD: OneNAND: fix numerous races

Artem Bityutskiy dedekind at infradead.org
Thu Sep 27 04:55:26 EDT 2007


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 (Битюцкий Артём)




More information about the linux-mtd mailing list