Skip to content

Commit

Permalink
[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Ilpo Jarvinen authored and Wim Van Sebroeck committed Aug 26, 2008
1 parent 593fc17 commit 95f62bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/at91rm9200_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static int at91wdt_resume(struct platform_device *pdev)
{
if (at91wdt_busy)
at91_wdt_start();
return 0;
return 0;
}

#else
Expand Down

0 comments on commit 95f62bd

Please sign in to comment.