From: devendra.aaru Date: Tue, 26 Jun 2012 09:18:26 +0000 (+0530) Subject: watchdog: cpu5wdt.c: add missing del_timer call X-Git-Tag: v3.8-rc1~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09d9c3e9f85b8190ca1e495890f4cf5ee30baf6;p=pandora-kernel.git 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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed