[patch 1/1] ppc64: semicolon in rtasd.c
Anton Blanchard
anton at samba.org
Tue Jan 11 10:00:15 EST 2005
Nice catch!
Anton
--
From: Domen Puncer <domen at coderock.org>
semicolon in rtasd.c
Signed-off-by: Domen Puncer <domen at coderock.org>
Acked-by: Anton Blanchard <anton at samba.org>
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