]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc64: semicolon in rtasd.c
authorAnton Blanchard <anton@samba.org>
Tue, 11 Jan 2005 09:45:04 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 11 Jan 2005 09:45:04 +0000 (01:45 -0800)
From: Domen Puncer <domen@coderock.org>

semicolon in rtasd.c

Signed-off-by: Domen Puncer <domen@coderock.org>
Acked-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/rtasd.c

index ade32f6a6d30a8ee90facf238209884ebe4bda12..b5a96ec9f3bcd36f3e101d797cefa7760c637bbf 100644 (file)
@@ -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;
        }