Commit 95f62bdc authored by Ilpo Jarvinen's avatar Ilpo Jarvinen Committed by Wim Van Sebroeck

[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation

Signed-off-by: default avatarIlpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 593fc178
......@@ -241,7 +241,7 @@ static int at91wdt_resume(struct platform_device *pdev)
{
if (at91wdt_busy)
at91_wdt_start();
return 0;
return 0;
}
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment