[PATCH v2] powerpc, scc: duplicate SCC_UHC_USBCEN

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: roel kluin
Date: Tuesday, August 19, 2008 - 8:43 am

Kou Ishizaki wrote:

Sorry for that and thanks for testing.
---
duplicate SCC_UHC_USBCEN

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
diff --git a/arch/powerpc/platforms/cell/celleb_scc_uhc.c b/arch/powerpc/platforms/cell/celleb_scc_uhc.c
index d63b720..b086f33 100644
--- a/arch/powerpc/platforms/cell/celleb_scc_uhc.c
+++ b/arch/powerpc/platforms/cell/celleb_scc_uhc.c
@@ -31,7 +31,7 @@
 
 static inline int uhc_clkctrl_ready(u32 val)
 {
-	const u32 mask = SCC_UHC_USBCEN | SCC_UHC_USBCEN;
+	const u32 mask = SCC_UHC_USBCEN | SCC_UHC_USBEN;
 	return((val & mask) == mask);
 }
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] powerpc, scc: duplicate SCC_UHC_USBCEN, roel kluin, (Mon Aug 18, 3:06 pm)
Re: [PATCH] powerpc, scc: duplicate SCC_UHC_USBCEN, Kou Ishizaki, (Tue Aug 19, 6:02 am)
[PATCH v2] powerpc, scc: duplicate SCC_UHC_USBCEN, roel kluin, (Tue Aug 19, 8:43 am)