Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66751
b: refs/heads/master
c: 58c14a8
h: refs/heads/master
i:
  66749: 1f91ef5
  66747: 3ecab01
  66743: b8dfef5
  66735: 7fcb574
  66719: 79de123
  66687: 50b1ed2
v: v3
  • Loading branch information
Andrew Morton authored and David S. Miller committed Oct 10, 2007
1 parent c0c6526 commit f4e184b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: dcffde5345c917b98b094d0ef27f6280bc7d4655
refs/heads/master: 58c14a8fe64d047218522cf2f18a2d7f24c12f51
2 changes: 1 addition & 1 deletion trunk/net/atm/lec.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static int lec_start_xmit(struct sk_buff *skb, struct net_device *dev)
#endif
entry = NULL;
vcc = lec_arp_resolve(priv, dst, is_rdesc, &entry);
pr_debug("%s:vcc:%p vcc_flags:%x, entry:%p\n", dev->name,
pr_debug("%s:vcc:%p vcc_flags:%lx, entry:%p\n", dev->name,
vcc, vcc ? vcc->flags : 0, entry);
if (!vcc || !test_bit(ATM_VF_READY, &vcc->flags)) {
if (entry && (entry->tx_wait.qlen < LEC_UNRES_QUE_LEN)) {
Expand Down

0 comments on commit f4e184b

Please sign in to comment.