From: David Engraf Date: Wed, 20 Jul 2011 13:03:39 +0000 (+0000) Subject: shwdt: fix usage of mod_timer X-Git-Tag: v3.1-rc5~15^2~5^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4300b72cfc01ea75b8aaede574bdfb04545d691;p=pandora-kernel.git shwdt: fix usage of mod_timer This patch fixes the usage of mod_timer and makes 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 --- Reading git-diff-tree failed