diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2012-01-13 06:14:23 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-02-28 17:08:42 +0100 |
commit | 78d3e00bb0bcfb11596b14f5d5472922b4c7e429 (patch) | |
tree | 77383ee603f6cbe195475cfc43279faade8b431e /drivers/watchdog/Kconfig | |
parent | watchdog: hpwdt: clean up set_memory_x call for 32 bit (diff) | |
download | linux-78d3e00bb0bcfb11596b14f5d5472922b4c7e429.tar.xz linux-78d3e00bb0bcfb11596b14f5d5472922b4c7e429.zip |
watchdog: fix error in probe() of s3c2410_wdt (reset at booting)
Probe function of s3c2410 watchdog calls request_irq before initializing
required value (wdt_count). This incurs resetting watchdog counter value
and watchdog-reboot during booting up.
This patch addresses such an issue by calling request_irq later.
Error handling in probe function and calling oder in remove function are
also revised accordingly.
Reported-by: Chanwoo Park <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
0 files changed, 0 insertions, 0 deletions