All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [patch] ppc64: semicolon in rtasd.c
@ 2004-12-07 14:05 Domen Puncer
  0 siblings, 0 replies; only message in thread
From: Domen Puncer @ 2004-12-07 14:05 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

Hi.

Comments and identiation suggest this was wrong.

Signed-off-by: Domen Puncer <domen@coderock.org>

--- c/arch/ppc64/kernel/rtasd.c	2004-12-02 23:16:09.000000000 +0100
+++ a/arch/ppc64/kernel/rtasd.c	2004-12-07 14:54:44.000000000 +0100
@@ -485,7 +485,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 RTAS on system\n");
 		return 1;
 	}

[-- Attachment #2: Type: text/plain, Size: 167 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-07 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-07 14:05 [KJ] [patch] ppc64: semicolon in rtasd.c Domen Puncer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.