Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243561
b: refs/heads/master
c: 1e19e65
h: refs/heads/master
i:
  243559: a3452e0
v: v3
  • Loading branch information
Philip A. Prindeville authored and David S. Miller committed Mar 30, 2011
1 parent 2f9ba02 commit cafb73f
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: ad19031b5f6ede5b2df057e3e1b4f82a2ef7f75f
refs/heads/master: 1e19e658567472c46c9b4d27acdb804de04dfdac
4 changes: 2 additions & 2 deletions trunk/drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ void solos_bh(unsigned long card_arg)
le16_to_cpu(header->vci));
if (!vcc) {
if (net_ratelimit())
dev_warn(&card->dev->dev, "Received packet for unknown VCI.VPI %d.%d on port %d\n",
le16_to_cpu(header->vci), le16_to_cpu(header->vpi),
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;
}
Expand Down

0 comments on commit cafb73f

Please sign in to comment.