[U-Boot] [PATCH] net: phy: mv88e61xx.c : fixed build warning

2009-09-21 Thread Prafulla Wadaskar
following build warning was observed mv88e61xx.c: In function ‘mv88e61xx_busychk’: mv88e61xx.c:208: warning: dereferencing type-punned pointer will break strict-aliasing rules This patch fixes the same Patch tested for rd6281a board build Signed-off-by: Prafulla Wadaskar --- drivers/net/phy/m

Re: [U-Boot] [PATCH] net: phy: mv88e61xx.c : fixed build warning

2009-09-23 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1253545099-29437-2-git-send-email-prafu...@marvell.com> you wrote: > > following build warning was observed > > mv88e61xx.c: In function ‘mv88e61xx_busychk’: Please don't use non-text characters in the commit messages. (Ben, please edit when applying).

Re: [U-Boot] [PATCH] net: phy: mv88e61xx.c : fixed build warning

2009-09-23 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Thursday, September 24, 2009 3:38 AM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik; > Ben Warren > Subject: Re: [U-Boot] [PATCH] net: phy: mv88e61

Re: [U-Boot] [PATCH] net: phy: mv88e61xx.c : fixed build warning

2009-10-04 Thread Ben Warren
Hi Prafulla, Prafulla Wadaskar wrote: > following build warning was observed > > mv88e61xx.c: In function ‘mv88e61xx_busychk’: > mv88e61xx.c:208: warning: dereferencing type-punned pointer will break > strict-aliasing rules > > This patch fixes the same > Patch tested for rd6281a board build > >