[PATCH 1/2] mtd: fsl_ifc_nand: Use void type for IFC buffer

Brian Norris computersforpeace at gmail.com
Tue May 20 17:40:08 PDT 2014


On Mon, Apr 07, 2014 at 11:58:12AM -0500, Aaron Sierra wrote:
> The IFC buffer is accessed via 8-bit and 16-bit accessors. Changing
> the 'addr' member of 'struct fsl_ifc_nand_ctrl' from 'u8 __iomem *' to
> 'void __iomem *' eliminates the need for explicit casts when the
> 16-bit accessors are used.
> 
> Signed-off-by: Aaron Sierra <asierra at xes-inc.com>

Pushed both to l2-mtd.git. Thanks!

Brian



More information about the linux-mtd mailing list