projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bfc9be
)
watchdog: bcm2835_wdt: Drop log message if watchdog is stopped
author
Guenter Roeck
<linux@roeck-us.net>
Thu, 24 Dec 2015 22:22:00 +0000
(14:22 -0800)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 28 Dec 2015 22:04:04 +0000
(23:04 +0100)
Stopping a watchdog is a normal operation and does not warrant a log
message.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/bcm2835_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/bcm2835_wdt.c
b/drivers/watchdog/bcm2835_wdt.c
index 8a5ce5b5a0b6f9cc684382ddfaa6ed96b4dadb7d..2e6164c4abc00a5cb1b4cd425a174f389c84799e 100644
(file)
--- a/
drivers/watchdog/bcm2835_wdt.c
+++ b/
drivers/watchdog/bcm2835_wdt.c
@@
-79,7
+79,6
@@
static int bcm2835_wdt_stop(struct watchdog_device *wdog)
struct bcm2835_wdt *wdt = watchdog_get_drvdata(wdog);
writel_relaxed(PM_PASSWORD | PM_RSTC_RESET, wdt->base + PM_RSTC);
- dev_info(wdog->dev, "Watchdog timer stopped");
return 0;
}