net: ethernet: altera: TSE: fix error return code in altera_tse_probe()
authorSun Ke <sunke32@huawei.com>
Tue, 20 Sep 2022 02:00:41 +0000 (10:00 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 22 Sep 2022 10:25:59 +0000 (12:25 +0200)
commit9b17dbd97de78796997583340b540bdb571694e6
treecda51c11347e80bb0e5f5d0bbd051d47083d020b
parent7a5d48c4463e6ef896ea2190a97d9e90b37c38da
net: ethernet: altera: TSE: fix error return code in altera_tse_probe()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: fef2998203e1 ("net: altera: tse: convert to phylink")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Sun Ke <sunke32@huawei.com>
Link: https://lore.kernel.org/r/20220920020041.2685948-1-sunke32@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/altera/altera_tse_main.c