Tag: bbcf61fb30279c99e51b9d20b231e8513c5e6b1d

drivers/net/ethernet/marvell/skge.c: fix error return code

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

Continue reading