projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593fc17
)
[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation
author
Ilpo Jarvinen
<ilpo.jarvinen@helsinki.fi>
Tue, 19 Aug 2008 06:01:14 +0000
(09:01 +0300)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 26 Aug 2008 20:20:55 +0000
(20:20 +0000)
Signed-off-by: Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/at91rm9200_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/at91rm9200_wdt.c
b/drivers/watchdog/at91rm9200_wdt.c
index d061f0ad2d209872527bc3d41e7ebd098d1ac912..993e5f52afefc36417a5750637ab70983588a0fd 100644
(file)
--- 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