diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_switch.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_switch.c b/drivers/net/ethernet/intel/ice/ice_switch.c index 09d1c314b68f..0859650c13d0 100644 --- a/drivers/net/ethernet/intel/ice/ice_switch.c +++ b/drivers/net/ethernet/intel/ice/ice_switch.c | |||
@@ -398,7 +398,7 @@ ice_add_vsi(struct ice_hw *hw, u16 vsi_handle, struct ice_vsi_ctx *vsi_ctx, | |||
398 | tmp_vsi_ctx->vsi_num = vsi_ctx->vsi_num; | 398 | tmp_vsi_ctx->vsi_num = vsi_ctx->vsi_num; |
399 | } | 399 | } |
400 | 400 | ||
401 | return status; | 401 | return 0; |
402 | } | 402 | } |
403 | 403 | ||
404 | /** | 404 | /** |