From: Gabor Juhos Date: Sun, 20 Apr 2008 07:14:45 +0000 (+0000) Subject: remove strange direct usage of dev->priv as well X-Git-Tag: reboot~26728 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1ffb70c7b071d814c79dc2b8a593e1c3ade782fa;p=oweals%2Fopenwrt.git remove strange direct usage of dev->priv as well SVN-Revision: 10875 --- diff --git a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c index 4e3c1d64c8..873ee63970 100644 --- a/target/linux/atheros/files/drivers/net/ar2313/ar2313.c +++ b/target/linux/atheros/files/drivers/net/ar2313/ar2313.c @@ -826,7 +826,7 @@ static int ar2313_init(struct net_device *dev) static void ar2313_load_rx_ring(struct net_device *dev, int nr_bufs) { - struct ar2313_private *sp = ((struct net_device *) dev)->priv; + struct ar2313_private *sp = netdev_priv(dev); short i, idx; idx = sp->rx_skbprd;