commit | 95f62bdc550eecfb9c7396b0f7cb5ebd349d0835 | [log] [tgz] |
---|---|---|
author | Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi> | Tue Aug 19 09:01:14 2008 +0300 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Aug 26 20:20:55 2008 +0000 |
tree | 93a2efa894d226ba5139effeb09064d42a85e6d6 | |
parent | 593fc178f634b742d03660a35fcb5694c0751718 [diff] |
[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation Signed-off-by: Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
diff --git a/drivers/watchdog/at91rm9200_wdt.c b/drivers/watchdog/at91rm9200_wdt.c index d061f0a..993e5f5 100644 --- a/drivers/watchdog/at91rm9200_wdt.c +++ b/drivers/watchdog/at91rm9200_wdt.c
@@ -241,7 +241,7 @@ { if (at91wdt_busy) at91_wdt_start(); - return 0; + return 0; } #else