提交 f194f4e9 编写于 作者: H Hari Prasath Gujulan Elango 提交者: Greg Kroah-Hartman

staging: emxx_udc: remove commented code

This patch removes commented code warned by checkpatch.pl
Signed-off-by: NHari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 3bc4cc77
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#define UDC_DEBUG_DUMP #define UDC_DEBUG_DUMP
#endif #endif
/* #define USE_INT_COUNT_OVER */
/*----------------- Default define */ /*----------------- Default define */
#define USE_DMA 1 #define USE_DMA 1
#define USE_SUSPEND_WAIT 1 #define USE_SUSPEND_WAIT 1
...@@ -117,14 +115,6 @@ ...@@ -117,14 +115,6 @@
#define BIT30 0x40000000 #define BIT30 0x40000000
#define BIT31 0x80000000 #define BIT31 0x80000000
#if 0
/*------- (0x0000) USB Control Register */
#define USBTESTMODE (BIT18+BIT17+BIT16)
#define TEST_J BIT16
#define TEST_K BIT17
#define TEST_SE0_NAK (BIT17+BIT16)
#define TEST_PACKET BIT18
#endif
#define TEST_FORCE_ENABLE (BIT18+BIT16) #define TEST_FORCE_ENABLE (BIT18+BIT16)
#define INT_SEL BIT10 #define INT_SEL BIT10
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册