[patch 1/1] ppc64: semicolon in rtasd.c
domen at coderock.org
domen at coderock.org
Tue Jan 11 06:59:58 EST 2005
Hi.
Comments and identiation suggest this was wrong.
Signed-off-by: Domen Puncer <domen at coderock.org>
---
kj-domen/arch/ppc64/kernel/rtasd.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/ppc64/kernel/rtasd.c~typo-arch_ppc64_kernel_rtasd.c arch/ppc64/kernel/rtasd.c
--- kj/arch/ppc64/kernel/rtasd.c~typo-arch_ppc64_kernel_rtasd.c 2005-01-10 18:00:30.000000000 +0100
+++ kj-domen/arch/ppc64/kernel/rtasd.c 2005-01-10 18:00:30.000000000 +0100
@@ -486,7 +486,7 @@ static int __init rtas_init(void)
/* No RTAS, only warn if we are on a pSeries box */
if (rtas_token("event-scan") == RTAS_UNKNOWN_SERVICE) {
- if (systemcfg->platform & PLATFORM_PSERIES);
+ if (systemcfg->platform & PLATFORM_PSERIES)
printk(KERN_ERR "rtasd: no event-scan on system\n");
return 1;
}
_
More information about the Linuxppc64-dev
mailing list