forked from Minki/linux
bnx2x: remove some dead code
This code is after the break statement so it never gets used. The "vlan_mac_obj" variable does get initialized properly, so we can just delete this. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
011392224b
commit
f0cd7bdc04
@ -4353,8 +4353,6 @@ static inline void bnx2x_handle_classification_eqe(struct bnx2x *bp,
|
||||
vlan_mac_obj = &bp->fp[cid].mac_obj;
|
||||
|
||||
break;
|
||||
vlan_mac_obj = &bp->fp[cid].mac_obj;
|
||||
|
||||
case BNX2X_FILTER_MCAST_PENDING:
|
||||
/* This is only relevant for 57710 where multicast MACs are
|
||||
* configured as unicast MACs using the same ramrod.
|
||||
|
Loading…
Reference in New Issue
Block a user