[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1220623094.7854.75.camel@obelisk.thedillows.org>
Date: Fri, 05 Sep 2008 09:58:14 -0400
From: David Dillow <dave@...dillows.org>
To: Wang Chen <wangchen@...fujitsu.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Jeff Garzik <jgarzik@...ox.com>,
NETDEV <netdev@...r.kernel.org>
Subject: Re: [PATCH 03/18] netdevice: safe convert to netdev_priv() #part-3
On Fri, 2008-09-05 at 11:11 +0800, Wang Chen wrote:
> diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c
> index 734ce09..44a85be 100644
> --- a/drivers/net/typhoon.c
> +++ b/drivers/net/typhoon.c
> @@ -1798,7 +1798,7 @@ static irqreturn_t
> typhoon_interrupt(int irq, void *dev_instance)
> {
> struct net_device *dev = dev_instance;
> - struct typhoon *tp = dev->priv;
> + struct typhoon *tp = netdev_priv(dev);
> void __iomem *ioaddr = tp->ioaddr;
> u32 intr_status;
For what it's worth
Acked-by: Dave Dillow <dave@...dillows.org>
Thanks for the diffstats on the broken up patches -- I missed this patch
to typhoon last time around. It was easy to find this time.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists