[PATCH 02/24] ARM: at91: use __iomem pointers for MMIO

Arnd Bergmann arnd at arndb.de
Tue Sep 18 04:05:54 EDT 2012


On Monday 17 September 2012, Nicolas Ferre wrote:
> > @@ -94,7 +94,7 @@ static const u32 uarts_sam9x5[] = {
> >       0,
> >  };
> >  
> > -static inline const u32* decomp_soc_detect(u32 dbgu_base)
> > +static inline const u32* decomp_soc_detect(void __iomem*dbgu_base)
> 
> A whitespace is missing before the *, no?
> 

Fixed now, thanks!

	Arnd




More information about the linux-arm-kernel mailing list