diff --git a/[refs] b/[refs] index 1364d886e665..79d69b112867 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e35e7fb0e9ea557f7504ced6fe4ccf69e44b7f07 +refs/heads/master: eb703f98191a505f78d0066712ad67d5dedc4c90 diff --git a/trunk/kernel/watchdog.c b/trunk/kernel/watchdog.c index 91b0b26adc67..613bc1f04610 100644 --- a/trunk/kernel/watchdog.c +++ b/trunk/kernel/watchdog.c @@ -460,7 +460,7 @@ static void watchdog_disable(int cpu) static void watchdog_enable_all_cpus(void) { int cpu; - int result; + int result = 0; for_each_online_cpu(cpu) result += watchdog_enable(cpu);