diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 10:21:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 10:21:04 +0000 |
commit | cd7560671259cc0a279c1e61f96695fcfc906bf4 (patch) | |
tree | 4bd7d63c99fb126af0308ed62b3951541bf51bc1 /target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch | |
parent | fd53cfa31b7ecc69a452aee38b792e053a420255 (diff) | |
download | upstream-cd7560671259cc0a279c1e61f96695fcfc906bf4.tar.gz upstream-cd7560671259cc0a279c1e61f96695fcfc906bf4.tar.bz2 upstream-cd7560671259cc0a279c1e61f96695fcfc906bf4.zip |
ar71xx: avoid spurious restarts caused by the watchdog on AR934x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40465
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch b/target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch index 08972afee0..0927d5a977 100644 --- a/target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch +++ b/target/linux/ar71xx/patches-3.10/611-MIPS-ath79-wdt-timeout.patch @@ -6,7 +6,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> --- a/drivers/watchdog/ath79_wdt.c +++ b/drivers/watchdog/ath79_wdt.c -@@ -105,10 +105,14 @@ static inline void ath79_wdt_disable(voi +@@ -115,10 +115,14 @@ static inline void ath79_wdt_disable(voi static int ath79_wdt_set_timeout(int val) { |