Merge current mainline tree into linux-omap tree
[pandora-kernel.git] / drivers / watchdog / at91rm9200_wdt.c
index d061f0a..993e5f5 100644 (file)
@@ -241,7 +241,7 @@ static int at91wdt_resume(struct platform_device *pdev)
 {
        if (at91wdt_busy)
                at91_wdt_start();
-               return 0;
+       return 0;
 }
 
 #else