[PATCH] omap3: various code improvements for IGEP v2 board.

2010-10-12 Thread Enric Balletbo i Serra
The comments of this post also apply to IGEP v2 board (thanks Laurent) http://www.mail-archive.com/linux-omap@vger.kernel.org/msg36402.html Changes are: - Set onenand_setup to NULL instead of adding a no-op function. - On igep2_flash_init() function: - Use 'for' loop instead 'while'

Re: [PATCH] omap3: various code improvements for IGEP v2 board.

2010-10-12 Thread Felipe Balbi
On Tue, Oct 12, 2010 at 05:16:10AM -0500, Enric Balletbo i Serra wrote: The comments of this post also apply to IGEP v2 board (thanks Laurent) http://www.mail-archive.com/linux-omap@vger.kernel.org/msg36402.html Changes are: - Set onenand_setup to NULL instead of adding a no-op function. -