i40e: Remove unneeded break statement
authorShannon Nelson <shannon.nelson@intel.com>
Tue, 11 Nov 2014 20:04:47 +0000 (20:04 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 6 Dec 2014 11:20:43 +0000 (03:20 -0800)
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>
drivers/net/ethernet/intel/i40e/i40e_main.c

index 9ae4270db0b332e61dd8d36de3fd7e2797d4a61e..74f378d3fceb5884bb5a1d037bf69357bca97204 100644 (file)
@@ -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: