diff options
Diffstat (limited to 'net/eth.c')
-rw-r--r-- | net/eth.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -229,7 +229,6 @@ int eth_init(bd_t *bis) if (eth_current->init(eth_current, bis)) { eth_current->state = ETH_STATE_ACTIVE; - printf("%s configured\n", eth_current->name); return 1; } |