watchdog: cpu5wdt.c: add missing del_timer call
authordevendra.aaru <devendra.aaru@gmail.com>
Tue, 26 Jun 2012 09:18:26 +0000 (14:48 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 19 Dec 2012 21:24:41 +0000 (22:24 +0100)
We do a setup_timer at init stage of the module, but we didn't
de-activate the time using del_timer.

Signed-off-by: devendra.aaru <devendra.aaru@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/cpu5wdt.c

Simple merge