Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27097
b: refs/heads/master
c: 6f25891
h: refs/heads/master
i:
  27095: d272715
v: v3
  • Loading branch information
Florin Malita authored and Linus Torvalds committed Jun 5, 2006
1 parent dc2185f commit b53e936
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: 50ff06d1546d7f492068dd5196c26bf2cc5080b1
refs/heads/master: 6f258910733a8dbde368acc2ede4b8184ff0e09a
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/nmclan_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ static int mace_rx(struct net_device *dev, unsigned char RxCnt)

dev->last_rx = jiffies;
lp->linux_stats.rx_packets++;
lp->linux_stats.rx_bytes += skb->len;
lp->linux_stats.rx_bytes += pkt_len;
outb(0xFF, ioaddr + AM2150_RCV_NEXT); /* skip to next frame */
continue;
} else {
Expand Down

0 comments on commit b53e936

Please sign in to comment.