net: qlge: remove superfluous statement

Variable length is not used after the deleted line.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
xypron.glpk@gmx.de 2016-07-31 12:19:28 +02:00 committed by David S. Miller
parent 6d85a1bf4f
commit 4fb482f737
1 changed files with 0 additions and 1 deletions

View File

@ -1892,7 +1892,6 @@ static struct sk_buff *ql_build_rx_skb(struct ql_adapter *qdev,
skb->len += length; skb->len += length;
skb->data_len += length; skb->data_len += length;
skb->truesize += length; skb->truesize += length;
length -= length;
ql_update_mac_hdr_len(qdev, ib_mac_rsp, ql_update_mac_hdr_len(qdev, ib_mac_rsp,
lbq_desc->p.pg_chunk.va, lbq_desc->p.pg_chunk.va,
&hlen); &hlen);