]> git.karo-electronics.de Git - karo-tx-linux.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>
Mon, 26 May 2014 21:09:29 +0000 (23:09 +0200)
commitce7f15b26c9dab81fba62fcfa6747c87967f9853
tree684926bbcc6c10f4f6baf4a854a3dbb88083e0cd
parent079dfdbec4597e9f9448789b19d16877a4da4dab
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