summaryrefslogtreecommitdiff
path: root/drivers/staging/emxx_udc
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2020-09-11 23:33:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-13 09:20:46 +0200
commit14850f8ffb4699bffd529ac2f513fb0496a69a7a (patch)
tree27b3c8f298938e7dac4eab2992fa90a4e1c95e4a /drivers/staging/emxx_udc
parent9a9c1827e720fe25ee9cfbca6e10b7f78fcd39f7 (diff)
staging: emxx_udc: Remove misplaced debugging aid
emxx_udc.h contained a #if 0 block with debugging macros. These should be supplied via command line or Kconfig. Fixes checkstyle's WARNING: Consider removing the code enclosed by this #if 0 and its #endif Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Link: https://lore.kernel.org/r/20200911213350.15914-1-dottedmag@dottedmag.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/emxx_udc')
-rw-r--r--drivers/staging/emxx_udc/emxx_udc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h
index 45f076e5fdb0..bca614d69aca 100644
--- a/drivers/staging/emxx_udc/emxx_udc.h
+++ b/drivers/staging/emxx_udc/emxx_udc.h
@@ -9,11 +9,6 @@
#define _LINUX_EMXX_H
/*---------------------------------------------------------------------------*/
-/*----------------- Default undef */
-#if 0
-#define DEBUG
-#define UDC_DEBUG_DUMP
-#endif
/*----------------- Default define */
#define USE_DMA 1