Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff768cd7 authored by Komuro's avatar Komuro Committed by Jeff Garzik
Browse files

[PATCH] network: axnet_cs.c: add missing 'PRIV' in ei_rx_overrun



Signed-off-by: default avatar <komurojun-mbn@nifty.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 5636f727
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1560,7 +1560,7 @@ static void ei_receive(struct net_device *dev)


static void ei_rx_overrun(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;
	long e8390_base = dev->base_addr;
	unsigned char was_txing, must_resend = 0;
	unsigned char was_txing, must_resend = 0;
	struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev);
	struct ei_device *ei_local = (struct ei_device *) netdev_priv(dev);