]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit14bcb06b7bab6c793282cea11955b4934a0accba
tree8c7c5f97556b925ea22cbf810be1cdffcc9173a7
parentc09bb1bca10998bacad14bd4d6820791abb75d1c
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