[U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Joe Hershberger
Fix this warning: smc911x.c: In function 'smc911x_initialize': smc911x.c:288:12: warning: assignment from incompatible pointer type [enabled by default] Tested on omap3_overo Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com ---

Re: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Anatolij Gustschin
Hi Joe, On Mon, 21 May 2012 12:21:53 -0500 Joe Hershberger joe.hershber...@ni.com wrote: Fix this warning: smc911x.c: In function 'smc911x_initialize': smc911x.c:288:12: warning: assignment from incompatible pointer type [enabled by default] just a note: some patches for similar issues

Re: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Joe Hershberger
Hi Anatolij, On Mon, May 21, 2012 at 1:11 PM, Anatolij Gustschin ag...@denx.de wrote: Hi Joe, On Mon, 21 May 2012 12:21:53 -0500 Joe Hershberger joe.hershber...@ni.com wrote: Fix this warning: smc911x.c: In function 'smc911x_initialize': smc911x.c:288:12: warning: assignment from

Re: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning

2012-05-21 Thread Anatolij Gustschin
Hi Joe, On Mon, 21 May 2012 13:20:40 -0500 Joe Hershberger joe.hershber...@gmail.com wrote: ... just a note: some patches for similar issues already exist on patchwork: http://patchwork.ozlabs.org/patch/160294/ http://patchwork.ozlabs.org/patch/160293/