Skip to content
  • Ben Warren's avatar
    Net: clarify board/cpu_eth_init calls · 8ad25bf8
    Ben Warren authored
    
    
    This has always been confusing, and the idea of these functions returning the
    number of interfaces initialized was half-baked and ultimately pointless.
    Instead, act more like regular functions and return < 0 on failure, >= 0 on
    success.
    
    This change shouldn't break anything.
    
    Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
    8ad25bf8