Re: [PATCH v3] OMAP2/3: NAND: Convert write/read functions to raw read/write

2010-10-11 Thread Artem Bityutskiy
On Wed, 2010-10-06 at 03:26 +0530, G, Manjunath Kondaiah wrote: Following sparse warnings exists due to use of writel/w and readl/w functions. This patch fixes the sparse warnings by converting readl/w functions usage into __raw_readl/__raw_readw functions.

[PATCH v3] OMAP2/3: NAND: Convert write/read functions to raw read/write

2010-10-05 Thread G, Manjunath Kondaiah
Following sparse warnings exists due to use of writel/w and readl/w functions. This patch fixes the sparse warnings by converting readl/w functions usage into __raw_readl/__raw_readw functions. drivers/mtd/nand/omap2.c:484:15: warning: symbol '__v' shadows an earlier one