Re: [PATCH] POWERPC: duplicate test of MACIO_FLAG_SCCB_ON

2008-08-18 Thread Benjamin Herrenschmidt
On Mon, 2008-08-18 at 18:34 -0400, roel kluin wrote: > untested, is it correct? Your patch is correct. The bug is quite harmless thankfully :-) Ben. > arch/powerpc/include/asm/pmac_feature.h:359: > #define MACIO_FLAG_SCCA_ON 0x0001 > #define MACIO_FLAG_SCCB_ON 0x0002 > --- > duplicate

[PATCH] POWERPC: duplicate test of MACIO_FLAG_SCCB_ON

2008-08-18 Thread roel kluin
untested, is it correct? arch/powerpc/include/asm/pmac_feature.h:359: #define MACIO_FLAG_SCCA_ON 0x0001 #define MACIO_FLAG_SCCB_ON 0x0002 --- duplicate test of MACIO_FLAG_SCCB_ON Signed-off-by: Roel Kluin <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/platforms/powermac/feature.c b/