]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc8220/fec.c
mpc8220/fec.c: Fix GCC 4.6 build warning
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8220 / fec.c
index bcda8a2b277c23ab6e2d4b2127ba306b15d7662b..2053fea5713410709c1d7b936f360ddf1ed07c7a 100644 (file)
@@ -772,8 +772,8 @@ static int mpc8220_fec_recv (struct eth_device *dev)
                        frame = (NBUF *) pRbd->dataPointer;
                        frame_length = pRbd->dataLength - 4;
 
-#if (0)
-                       {
+                       /* DEBUG code */
+                       if (_DEBUG) {
                                int i;
 
                                printf ("recv data hdr:");
@@ -781,7 +781,7 @@ static int mpc8220_fec_recv (struct eth_device *dev)
                                        printf ("%x ", *(frame->head + i));
                                printf ("\n");
                        }
-#endif
+
                        /*
                         *  Fill the buffer and pass it to upper layers
                         */