[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080508131102.2c8c3cab.akpm@linux-foundation.org>
Date: Thu, 8 May 2008 13:11:02 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Ben Dooks <ben-linux@...ff.org>
Cc: jeff@...zik.org, ben-linux@...ff.org, netdev@...r.kernel.org
Subject: Re: DM9000: Use delayed work to update MII PHY state
On Thu, 8 May 2008 11:36:42 +0100
Ben Dooks <ben-linux@...ff.org> wrote:
> @@ -879,6 +903,8 @@ dm9000_stop(struct net_device *ndev)
> if (netif_msg_ifdown(db))
> dev_dbg(db->dev, "shutting down %s\n", ndev->name);
>
> + cancel_delayed_work(&db->phy_poll);
I think this should be cancel_delayed_work_sync().
--
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