Re: [U-Boot] [PATCH 1/2] microblaze: Fix strict-aliasign rules for in_be32

2011-10-18 Thread Michal Simek
Michal Simek wrote: > readl should work with unsigned int instead of unsigned long. > > Signed-off-by: Michal Simek > --- > arch/microblaze/include/asm/io.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Reject - coding style issue - I was too fast. Thanks, Michal -- Michal Si

[U-Boot] [PATCH 1/2] microblaze: Fix strict-aliasign rules for in_be32

2011-10-18 Thread Michal Simek
readl should work with unsigned int instead of unsigned long. Signed-off-by: Michal Simek --- arch/microblaze/include/asm/io.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h index 7e190d1..187ae73 1006