Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341708
b: refs/heads/master
c: 007ef52
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Williams authored and David Woodhouse committed Dec 2, 2012
1 parent d172933 commit 4374424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d71ffeb12378243babb2227acfed0c8d263e237e
refs/heads/master: 007ef52be171b9eee6f4099d3e5706e8068d31ef
3 changes: 2 additions & 1 deletion trunk/drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,8 @@ void solos_bh(unsigned long card_arg)
dev_warn(&card->dev->dev, "Received packet for unknown VPI.VCI %d.%d on port %d\n",
le16_to_cpu(header->vpi), le16_to_cpu(header->vci),
port);
continue;
dev_kfree_skb_any(skb);
break;
}
atm_charge(vcc, skb->truesize);
vcc->push(vcc, skb);
Expand Down

0 comments on commit 4374424

Please sign in to comment.