From: Komuro Date: Sun, 9 Apr 2006 02:21:10 +0000 (+0900) Subject: [PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun X-Git-Tag: v2.6.17-rc2~81^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ff768cd7139ab368bc2b97e7bd6fa592f20e1950;p=karo-tx-linux.git [PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun Signed-off-by: komurojun-mbn@nifty.com Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index 56233afcb2b3..448a09488529 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c @@ -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);