From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48694BA3.7010805@freescale.com> Date: Mon, 30 Jun 2008 16:09:55 -0500 From: Scott Wood MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH 3/3] MTD: NAND: fsl_elbc_nand: ecclayout cleanups References: <20080627190243.GA4713@polina.dev.rtsoft.ru> <20080627190420.GC16901@polina.dev.rtsoft.ru> In-Reply-To: <20080627190420.GC16901@polina.dev.rtsoft.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: linux-mtd@lists.infradead.org, David Woodhouse , Iwo Mergler List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Anton Vorontsov wrote: > This patch deletes oobavail assignments, they're calculated by the nand > core code in nand_scan_tail, plus current oobavail values are wrong for > the LP NANDs. > > Also remove mtd->ecclayout and mtd->oobavail assignments, mtd core > handles this all by itself. > > Signed-off-by: Anton Vorontsov ACK -Scott