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")
> Signed-off-by: Dan Carpenter
Applied.
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 a/drivers/net/ethernet/cavium/liquidio/lio_main.c
b/drivers/net/ether