Merge tag 'drm-misc-fixes-2021-07-13' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / drivers / watchdog / lpc18xx_wdt.c
index 78cf11c..60b6d74 100644 (file)
@@ -292,7 +292,7 @@ static int lpc18xx_wdt_remove(struct platform_device *pdev)
        struct lpc18xx_wdt_dev *lpc18xx_wdt = platform_get_drvdata(pdev);
 
        dev_warn(&pdev->dev, "I quit now, hardware will probably reboot!\n");
-       del_timer(&lpc18xx_wdt->timer);
+       del_timer_sync(&lpc18xx_wdt->timer);
 
        return 0;
 }