diff options
author | Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi> | 2008-08-19 08:01:14 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-26 22:20:55 +0200 |
commit | 95f62bdc550eecfb9c7396b0f7cb5ebd349d0835 (patch) | |
tree | 93a2efa894d226ba5139effeb09064d42a85e6d6 /drivers/watchdog | |
parent | [WATCHDOG] mpc8xxx_wdt: fix modular build (diff) | |
download | linux-95f62bdc550eecfb9c7396b0f7cb5ebd349d0835.tar.xz linux-95f62bdc550eecfb9c7396b0f7cb5ebd349d0835.zip |
[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>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/at91rm9200_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |