Tag: 691299201b1416e823bbada0df316c6408167aa7

drivers/net/ethernet/amd/au1000_eth.c: fix error return code

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

Continue reading