From: David Engraf Date: Wed, 20 Jul 2011 13:03:39 +0000 (+0200) Subject: watchdog: shwdt: fix usage of mod_timer X-Git-Tag: v3.1-rc1~86^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea1906620ce72b63f83735c4cc2642b25ec54ae;p=pandora-kernel.git watchdog: shwdt: fix usage of mod_timer Fix the usage of mod_timer() and make the driver usable. mod_timer() must be called with an absolute timeout in jiffies. The old implementation used a relative timeout thus the hardware watchdog was never triggered. Signed-off-by: David Engraf Signed-off-by: Paul Mundt Signed-off-by: Wim Van sebroeck Signed-off-by: Andrew Morton Cc: stable --- Reading git-diff-tree failed