commit | e09d9c3e9f85b8190ca1e495890f4cf5ee30baf6 | [log] [tgz] |
---|---|---|
author | devendra.aaru <devendra.aaru@gmail.com> | Tue Jun 26 14:48:26 2012 +0530 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Dec 19 22:24:41 2012 +0100 |
tree | 6070112df3a8aac59352f0d0f0c968b83a2e8a9a | |
parent | e16cfb9d38541bf1591c2e0ca64a562074e25f72 [diff] |
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>