Re: [PATCH net-next] liquidio: Missing error code in liquidio_init_nic_module()

2017-11-14 Thread David Miller
From: Dan Carpenter Date: Tue, 14 Nov 2017 09:14:17 +0300 > We accidentally return success if lio_vf_rep_modinit() fails instead of > propogating the error code. > > Fixes: e20f469660ad ("liquidio: synchronize VF representor names with NIC > firmware") >

[PATCH net-next] liquidio: Missing error code in liquidio_init_nic_module()

2017-11-13 Thread Dan Carpenter
We accidentally return success if lio_vf_rep_modinit() fails instead of propogating the error code. Fixes: e20f469660ad ("liquidio: synchronize VF representor names with NIC firmware") Signed-off-by: Dan Carpenter diff --git