Tag: 5b896029e9c4c9fd67eed80b7400dd68bdd93f52

drivers/net/ethernet/dec/tulip/dmfe.c: fix error return code

Author: Peter Senna Tschudin <peter.senna@gmail.com> The function dmfe_init_one() return 0 for success and negative value for most of its internal tests failures. There are three exceptions that are error cases going to err_out_*:. Fore this three cases the function abort its success execution path, but returns non negative value, making it dificult for a caller …

Continue reading