X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fcpu5wdt.c;h=f270bb7bc4564126638200c270882da039219c88;hb=3151d14aa6e983aa36d51a80d0477859f9ba12af;hp=cd87758abac3154d3c411ed8b3ef9194a461f389;hpb=d01e4afdbb65e030fd6f1f96c30a558e2eb0f279;p=karo-tx-linux.git diff --git a/drivers/watchdog/cpu5wdt.c b/drivers/watchdog/cpu5wdt.c index cd87758abac3..f270bb7bc456 100644 --- a/drivers/watchdog/cpu5wdt.c +++ b/drivers/watchdog/cpu5wdt.c @@ -266,6 +266,7 @@ static void cpu5wdt_exit(void) if (cpu5wdt_device.queue) { cpu5wdt_device.queue = 0; wait_for_completion(&cpu5wdt_device.stop); + del_timer(&cpu5wdt_device.timer); } misc_deregister(&cpu5wdt_misc);