Re: [PATCH] powerpc, scc: duplicate SCC_UHC_USBCEN

2008-08-19 Thread Kou Ishizaki
Roel, > untested, is it correct? Your patch is correct. Thanks for your pointing it out and sending the patch. I tested your patch and it works good. Fortunately, this bug is not fatal because it seems that the SCC-UHC sets SCC_UHC_USBEN and SCC_UHC_USBCEN at once. Your patch does not conta

[PATCH] powerpc, scc: duplicate SCC_UHC_USBCEN

2008-08-18 Thread roel kluin
untested, is it correct? --- arch/powerpc/platforms/cell/celleb_scc.h:224: #define SCC_UHC_USBEN 0x0001 #define SCC_UHC_USBCEN 0x0002 --- diff --git a/arch/powerpc/platforms/cell/celleb_scc_uhc.c b/arch/powerpc/platforms/cell/celleb_scc_uhc.c index d63b720..b086f33 1006