Re: [U-Boot] [PATCH] ppc4xx: Fix compilation warning in 4xx miiphy.c

2009-09-08 Thread Stefan Roese
On Monday 07 September 2009 13:08:35 Stefan Roese wrote: > This patch fixes the following compilation warning: > > miiphy.c: In function 'emac4xx_miiphy_read': > miiphy.c:353: warning: dereferencing type-punned pointer will break > strict-aliasing rules Applied to ppc4xx. Thanks. Cheers, Stefan

[U-Boot] [PATCH] ppc4xx: Fix compilation warning in 4xx miiphy.c

2009-09-07 Thread Stefan Roese
This patch fixes the following compilation warning: miiphy.c: In function 'emac4xx_miiphy_read': miiphy.c:353: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Stefan Roese --- cpu/ppc4xx/miiphy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions