watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 15 May 2014 04:31:59 +0000 (10:01 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 10 Jun 2014 19:47:47 +0000 (21:47 +0200)
commit938626d96a3ffb9eb54552bb0d3a4f2b30ffdeb0
tree8c7c5f97556b925ea22cbf810be1cdffcc9173a7
parentd2deebabaeedccf7cee943c1f7f6fdb44afd4e3d
watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()

Implementation of ->set_timeout() is supposed to set 'timeout' field of 'struct
watchdog_device' passed to it. sp805 was rather setting this in a local
variable. Fix it.

Reported-by: Arun Ramamurthy <arun.ramamurthy@broadcom.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: <stable@vger.kernel.org> # 2.6.36+
drivers/watchdog/sp805_wdt.c