Re: [PATCH] amd-xgbe: Fix error path in xgbe_mod_init()

2019-08-30 Thread David Miller
From: YueHaibing Date: Thu, 29 Aug 2019 10:46:00 +0800 > In xgbe_mod_init(), we should do cleanup if some error occurs > > Reported-by: Hulk Robot > Fixes: efbaa828330a ("amd-xgbe: Add support to handle device renaming") > Fixes: 47f164deab22 ("amd-xgbe: Add PCI device support") > Signed-off-by

Re: [PATCH] amd-xgbe: Fix error path in xgbe_mod_init()

2019-08-29 Thread Yuehaibing
On 2019/8/30 1:52, Jakub Kicinski wrote: > On Thu, 29 Aug 2019 10:46:00 +0800, YueHaibing wrote: >> In xgbe_mod_init(), we should do cleanup if some error occurs >> >> Reported-by: Hulk Robot >> Fixes: efbaa828330a ("amd-xgbe: Add support to handle device renaming") >> Fixes: 47f164deab22 ("amd-xg

Re: [PATCH] amd-xgbe: Fix error path in xgbe_mod_init()

2019-08-29 Thread Jakub Kicinski
On Thu, 29 Aug 2019 10:46:00 +0800, YueHaibing wrote: > In xgbe_mod_init(), we should do cleanup if some error occurs > > Reported-by: Hulk Robot > Fixes: efbaa828330a ("amd-xgbe: Add support to handle device renaming") > Fixes: 47f164deab22 ("amd-xgbe: Add PCI device support") > Signed-off-by: Y

[PATCH] amd-xgbe: Fix error path in xgbe_mod_init()

2019-08-28 Thread YueHaibing
In xgbe_mod_init(), we should do cleanup if some error occurs Reported-by: Hulk Robot Fixes: efbaa828330a ("amd-xgbe: Add support to handle device renaming") Fixes: 47f164deab22 ("amd-xgbe: Add PCI device support") Signed-off-by: YueHaibing --- drivers/net/ethernet/amd/xgbe/xgbe-main.c | 10 +++