From: Ilpo Jarvinen Date: Tue, 19 Aug 2008 06:01:14 +0000 (+0300) Subject: [WATCHDOG] at91rm9200_wdt.c: fix misleading indentation X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=95f62bdc550eecfb9c7396b0f7cb5ebd349d0835;p=deliverable%2Flinux.git [WATCHDOG] at91rm9200_wdt.c: fix misleading indentation Signed-off-by: Ilpo Jarvinen Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/at91rm9200_wdt.c b/drivers/watchdog/at91rm9200_wdt.c index d061f0ad2d20..993e5f52afef 100644 --- a/drivers/watchdog/at91rm9200_wdt.c +++ b/drivers/watchdog/at91rm9200_wdt.c @@ -241,7 +241,7 @@ static int at91wdt_resume(struct platform_device *pdev) { if (at91wdt_busy) at91_wdt_start(); - return 0; + return 0; } #else