提交 f0cd7bdc 编写于 作者: D Dan Carpenter 提交者: David S. Miller

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: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 01139222
...@@ -4353,8 +4353,6 @@ static inline void bnx2x_handle_classification_eqe(struct bnx2x *bp, ...@@ -4353,8 +4353,6 @@ static inline void bnx2x_handle_classification_eqe(struct bnx2x *bp,
vlan_mac_obj = &bp->fp[cid].mac_obj; vlan_mac_obj = &bp->fp[cid].mac_obj;
break; break;
vlan_mac_obj = &bp->fp[cid].mac_obj;
case BNX2X_FILTER_MCAST_PENDING: case BNX2X_FILTER_MCAST_PENDING:
/* This is only relevant for 57710 where multicast MACs are /* This is only relevant for 57710 where multicast MACs are
* configured as unicast MACs using the same ramrod. * configured as unicast MACs using the same ramrod.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册