[PATCH/RFC] remove len/ooblen confusion in MTD/NAND code
Artem Bityutskiy
dedekind at infradead.org
Wed Nov 1 09:41:02 EST 2006
Hello Vitaly,
the patch looks logical for me, please find my comments below.
1. You did not change comments above the 'struct mtd_oob_ops' structure
declaration.
On Mon, 2006-10-30 at 14:51 +0300, Vitaly Wool wrote:
> if (devops.datbuf)
> devops.datbuf += devops.retlen;
> if (devops.oobbuf)
> - devops.oobbuf += devops.ooblen;
> + devops.oobbuf += subdev->oobsize;
Is this is an independent bug-fix?
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
More information about the linux-mtd
mailing list