Re: [U-Boot] [PATCH 09/18] GCC4.6: Squash warnings in tqm8xx_pcmcia.c

2011-10-27 Thread Wolfgang Denk
Dear Marek Vasut, In message <1319535604-20831-10-git-send-email-marek.va...@gmail.com> you wrote: > tqm8xx_pcmcia.c: In function 'power_off': > tqm8xx_pcmcia.c:46: warning: passing argument 1 of 'out_be32' makes pointer > from > integer without a cast > tqm8xx_pcmcia.c: In function 'power_on_5_0

[U-Boot] [PATCH 09/18] GCC4.6: Squash warnings in tqm8xx_pcmcia.c

2011-10-25 Thread Marek Vasut
tqm8xx_pcmcia.c: In function 'power_off': tqm8xx_pcmcia.c:46: warning: passing argument 1 of 'out_be32' makes pointer from integer without a cast tqm8xx_pcmcia.c: In function 'power_on_5_0': tqm8xx_pcmcia.c:52: warning: passing argument 1 of 'out_be32' makes pointer from integer without a cast tqm8