[U-Boot-Users] Ethernet: uec.c and uec_init function

10 Jan
2007
10 Jan
'07
6:10 p.m.
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

10 Jan
10 Jan
11:55 p.m.
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
6695
Age (days ago)
6695
Last active (days ago)
1 comments
2 participants
participants (2)
-
Russell McGuire
-
Timur Tabi