Tag: 0968a9d1c8f1d0d91e64faf49f6b1ef4f8775aa6

drivers/net/ethernet/sis/sis900.c: fix error return code

Author: Peter Senna Tschudin <peter.senna@gmail.com> The function sis900_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 err_out_cleardev:. Fore this error case, the function abort its success execution path, but returns non negative value, making it difficult for a caller …

Continue reading