
8 Aug
2024
8 Aug
'24
3:01 p.m.
On 8/7/24 20:05, Fabio Estevam wrote:
On Wed, Aug 7, 2024 at 2:51 PM Jerome Forissier jerome.forissier@linaro.org wrote:
The fec_mxc_init() function currently always returns 0. This does not allow the callers to detect when for instance the PHY initialization failed due to the port being unconnected. Fix that by returning the status of fec_open().
Signed-off-by: Jerome Forissier jerome.forissier@linaro.org
Reviewed-by: Fabio Estevam festevam@gmail.com
Applied, thanks.