[PATCH] powerpc: fix LED progress on pseries boxes

Anton Blanchard anton at samba.org
Wed May 10 13:05:54 EST 2006


It looks like we are printing the wrong thing on the op panel.

Signed-off-by: Anton Blanchard <anton at samba.org>
---

diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c
index 5eb55ef..5f79f01 100644
--- a/arch/powerpc/platforms/pseries/setup.c
+++ b/arch/powerpc/platforms/pseries/setup.c
@@ -255,7 +255,7 @@ static int __init pSeries_init_panel(voi
 {
 	/* Manually leave the kernel version on the panel. */
 	ppc_md.progress("Linux ppc64\n", 0);
-	ppc_md.progress(system_utsname.version, 0);
+	ppc_md.progress(system_utsname.release, 0);
 
 	return 0;
 }



More information about the Linuxppc-dev mailing list