From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 21 May 2012 20:11:42 +0200 Subject: [U-Boot] [PATCH] net: Fix smc911x Ethernet driver warning In-Reply-To: <1337620913-20128-1-git-send-email-joe.hershberger@ni.com> References: <1337620913-20128-1-git-send-email-joe.hershberger@ni.com> Message-ID: <20120521201142.29483f22@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Joe, On Mon, 21 May 2012 12:21:53 -0500 Joe Hershberger 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 already exist on patchwork: http://patchwork.ozlabs.org/patch/160294/ http://patchwork.ozlabs.org/patch/160293/ http://patchwork.ozlabs.org/patch/160292/ http://patchwork.ozlabs.org/patch/160291/ unfortunately I forgot to cc you, sorry. Thanks, Anatolij