Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28837
b: refs/heads/master
c: da4f5cc
h: refs/heads/master
i:
  28835: 58c85e2
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jeff Garzik committed Jun 23, 2006
1 parent 43788a0 commit a19e913
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: 722fdb33591bc7308a661913fb2f829128236b6f
refs/heads/master: da4f5ccf6040b998b64c60db8fa5f4ee03fdaf95
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/xirc2ps_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ do_start_xmit(struct sk_buff *skb, struct net_device *dev)
kio_addr_t ioaddr = dev->base_addr;
int okay;
unsigned freespace;
unsigned pktlen = skb? skb->len : 0;
unsigned pktlen = skb->len;

DEBUG(1, "do_start_xmit(skb=%p, dev=%p) len=%u\n",
skb, dev, pktlen);
Expand Down

0 comments on commit a19e913

Please sign in to comment.