]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/at91rm9200_wdt.c
[WATCHDOG] iTCO_wdt: add PCI ID's for ICH9 & ICH10 chipsets
[karo-tx-linux.git] / drivers / watchdog / at91rm9200_wdt.c
index d061f0ad2d209872527bc3d41e7ebd098d1ac912..993e5f52afefc36417a5750637ab70983588a0fd 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