Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265587
b: refs/heads/master
c: 343e43c
h: refs/heads/master
i:
  265585: 373ebad
  265583: 2f7c46f
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Aug 28, 2011
1 parent 15b8832 commit e92ca67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c9c36bcedd426f2be2826da43e5163de61735f7
refs/heads/master: 343e43c02850a3abcd22bd144e5bdbc92fdd273c
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ static void be_rx_compl_process(struct be_adapter *adapter,
skb->rxhash = rxcp->rss_hash;


if (unlikely(rxcp->vlanf))
if (rxcp->vlanf)
__vlan_hwaccel_put_tag(skb, rxcp->vlan_tag);

netif_receive_skb(skb);
Expand Down Expand Up @@ -1196,7 +1196,7 @@ static void be_rx_compl_process_gro(struct be_adapter *adapter,
if (adapter->netdev->features & NETIF_F_RXHASH)
skb->rxhash = rxcp->rss_hash;

if (unlikely(rxcp->vlanf))
if (rxcp->vlanf)
__vlan_hwaccel_put_tag(skb, rxcp->vlan_tag);

napi_gro_frags(&eq_obj->napi);
Expand Down

0 comments on commit e92ca67

Please sign in to comment.