IB/hfi1: Use the same capability state for all shared contexts
[deliverable/linux.git] / drivers / watchdog / bcm2835_wdt.c
index 8a5ce5b5a0b6f9cc684382ddfaa6ed96b4dadb7d..2e6164c4abc00a5cb1b4cd425a174f389c84799e 100644 (file)
@@ -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;
 }
 
This page took 0.048916 seconds and 5 git commands to generate.