mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
i40e: Remove unneeded break statement
This case statement is empty and the fall through just breaks out so remove the break and let it fall through to break out. Change-ID: I1b5ba9870d5245ca80bfca6e7f5f089e2eb8ccb0 Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
8d0c469753
commit
2352b849a4
@ -5450,8 +5450,6 @@ static void i40e_vsi_link_event(struct i40e_vsi *vsi, bool link_up)
|
||||
break;
|
||||
|
||||
case I40E_VSI_SRIOV:
|
||||
break;
|
||||
|
||||
case I40E_VSI_VMDQ2:
|
||||
case I40E_VSI_CTRL:
|
||||
case I40E_VSI_MIRROR:
|
||||
|
Loading…
Reference in New Issue
Block a user