This patch fixes the checkpathc.pl warning: WARNING: Consider removing the code enclosed by this #if 0 and its #endif Signed-off-by: Yacov Simhony <ysimhony@xxxxxxxxx> --- drivers/staging/emxx_udc/emxx_udc.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h index b8c3dee..985a1fb 100644 --- a/drivers/staging/emxx_udc/emxx_udc.h +++ b/drivers/staging/emxx_udc/emxx_udc.h @@ -10,10 +10,8 @@ /*---------------------------------------------------------------------------*/ /*----------------- Default undef */ -#if 0 -#define DEBUG -#define UDC_DEBUG_DUMP -#endif +//#define DEBUG +//#define UDC_DEBUG_DUMP /*----------------- Default define */ #define USE_DMA 1 -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel