Re: [PATCH -next] amd-xgbe: Fix error return code in xgbe_probe()

2016-10-25 Thread Tom Lendacky
On 10/22/2016 09:35 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return error code -ENODEV from the DMA is not supported error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Acked-by:

[PATCH -next] amd-xgbe: Fix error return code in xgbe_probe()

2016-10-22 Thread Wei Yongjun
From: Wei Yongjun Fix to return error code -ENODEV from the DMA is not supported error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/net/ethernet/amd/xgbe/xgbe-main.c | 1 + 1 file