https://github.com/torvalds/linux
Revision 78d3e00bb0bcfb11596b14f5d5472922b4c7e429 authored by MyungJoo Ham on 13 January 2012, 05:14:23 UTC, committed by Wim Van Sebroeck on 28 February 2012, 16:08:42 UTC
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>
1 parent 97d2a10
History
Tip revision: 78d3e00bb0bcfb11596b14f5d5472922b4c7e429 authored by MyungJoo Ham on 13 January 2012, 05:14:23 UTC
watchdog: fix error in probe() of s3c2410_wdt (reset at booting)
Tip revision: 78d3e00
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 202.1 KB
Makefile -rw-r--r-- 52.2 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top