Skip to content

Commit

Permalink
[PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun
Browse files Browse the repository at this point in the history
Signed-off-by: komurojun-mbn@nifty.com
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Komuro authored and Jeff Garzik committed Apr 12, 2006
1 parent 5636f72 commit ff768cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 ff768cd

Please sign in to comment.