Tag: 043c4789726e6abb5be6115cb054af4926481952

drivers/net/ethernet/renesas/sh_eth.c: fix error return code

Author: Peter Senna Tschudin <peter.senna@gmail.com> The function sh_eth_drv_probe() return 0 for success and negative value for most of its internal tests failures. There is one exception that is error case going to out_release:. For this error case, the function abort its success execution path, but returns non negative value, making it difficult for a caller …

Continue reading