public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] drivers/net/smc911x.c: Fix GCC 4.6 warning
@ 2012-05-20 22:22 Anatolij Gustschin
  2012-05-20 22:22 ` [U-Boot] [PATCH] drivers/usb/eth/smsc95xx.c: " Anatolij Gustschin
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Anatolij Gustschin @ 2012-05-20 22:22 UTC (permalink / raw)
  To: u-boot

smc911x.c: In function 'smc911x_initialize':
smc911x.c:288:12: warning: assignment from incompatible pointer type
[enabled by default]

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 drivers/net/smc911x.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
index e34b487..b2aed7e 100644
--- a/drivers/net/smc911x.c
+++ b/drivers/net/smc911x.c
@@ -161,8 +161,7 @@ static int smc911x_init(struct eth_device *dev, bd_t * bd)
 	return 0;
 }
 
-static int smc911x_send(struct eth_device *dev,
-			volatile void *packet, int length)
+static int smc911x_send(struct eth_device *dev, void *packet, int length)
 {
 	u32 *data = (u32*)packet;
 	u32 tmplen;
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-05-21 20:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 22:22 [U-Boot] [PATCH] drivers/net/smc911x.c: Fix GCC 4.6 warning Anatolij Gustschin
2012-05-20 22:22 ` [U-Boot] [PATCH] drivers/usb/eth/smsc95xx.c: " Anatolij Gustschin
2012-05-21 20:28   ` Joe Hershberger
2012-05-20 22:22 ` [U-Boot] [PATCH] drivers/net/mpc5xxx_fec.c: Fix build warning Anatolij Gustschin
2012-05-21 16:45   ` Anatolij Gustschin
2012-05-21 20:46     ` Joe Hershberger
2012-05-20 22:22 ` [U-Boot] [PATCH] arch/arm/cpu/ixp/npe/npe.c: " Anatolij Gustschin
2012-05-21 20:46   ` Joe Hershberger
2012-05-20 22:22 ` [U-Boot] [PATCH] drivers/usb/eth/asix.c: " Anatolij Gustschin
2012-05-21 20:48   ` Joe Hershberger
2012-05-21 20:27 ` [U-Boot] [PATCH] drivers/net/smc911x.c: Fix GCC 4.6 warning Joe Hershberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox