Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25678
b: refs/heads/master
c: ff768cd
h: refs/heads/master
v: v3
  • Loading branch information
Komuro authored and Jeff Garzik committed Apr 12, 2006
1 parent 536b008 commit 6b83440
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: 5636f72794b42d31b2660064ef2c17f90816b3b1
refs/heads/master: ff768cd7139ab368bc2b97e7bd6fa592f20e1950
2 changes: 1 addition & 1 deletion trunk/drivers/net/pcmcia/axnet_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ static void ei_receive(struct net_device *dev)

static void ei_rx_overrun(struct net_device *dev)
{
axnet_dev_t *info = (axnet_dev_t *)dev;
axnet_dev_t *info = PRIV(dev);
long e8390_base = dev->base_addr;
unsigned char was_txing, must_resend = 0;
struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev);
Expand Down

0 comments on commit 6b83440

Please sign in to comment.