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)
commite09d9c3e9f85b8190ca1e495890f4cf5ee30baf6
tree6070112df3a8aac59352f0d0f0c968b83a2e8a9a
parente16cfb9d38541bf1591c2e0ca64a562074e25f72
watchdog: cpu5wdt.c: add missing del_timer call

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