From: Andrew Morton Date: Wed, 9 May 2007 09:34:00 +0000 (-0700) Subject: phy: use flush_work_keventd() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d0758bc334780d70266c1d1b974ed26f740a0819;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git phy: use flush_work_keventd() (akpm: bypassed maintainers, sorry. There are other patches which depend on this) Cc: "Maciej W. Rozycki" Cc: David Howells Cc: Jeff Garzik Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index eed433d6056a..f445c465b14e 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -662,10 +662,10 @@ int phy_stop_interrupts(struct phy_device *phydev) phy_error(phydev); /* - * Finish any pending work; we might have been scheduled - * to be called from keventd ourselves, though. + * Finish any pending work; we might have been scheduled to be called + * from keventd ourselves, but flush_work_keventd() handles that. */ - run_scheduled_work(&phydev->phy_queue); + flush_work_keventd(&phydev->phy_queue); free_irq(phydev->irq, phydev);