* [U-Boot-Users] Ethernet: uec.c and uec_init function
@ 2007-01-10 17:10 Russell McGuire
2007-01-10 22:55 ` Timur Tabi
0 siblings, 1 reply; 2+ messages in thread
From: Russell McGuire @ 2007-01-10 17:10 UTC (permalink / raw)
To: u-boot
All,
Is it just me, or is the "uec_init()" function in the drivers/qe/uec.c
always going to fail, as the default return code is 0?
-Russ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070110/2f51f62b/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] Ethernet: uec.c and uec_init function
2007-01-10 17:10 [U-Boot-Users] Ethernet: uec.c and uec_init function Russell McGuire
@ 2007-01-10 22:55 ` Timur Tabi
0 siblings, 0 replies; 2+ messages in thread
From: Timur Tabi @ 2007-01-10 22:55 UTC (permalink / raw)
To: u-boot
Russell McGuire wrote:
> Is it just me, or is the ?uec_init()? function in the drivers/qe/uec.c
if (eth_current->init(eth_current, bis)) {
eth_current->state = ETH_STATE_ACTIVE;
return 1;
}
debug ("FAIL\n");
Sure looks that way.
--
Timur Tabi
Linux Kernel Developer @ Freescale
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-10 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-10 17:10 [U-Boot-Users] Ethernet: uec.c and uec_init function Russell McGuire
2007-01-10 22:55 ` Timur Tabi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox