Commit f194f4e9 authored by Hari Prasath Gujulan Elango's avatar Hari Prasath Gujulan Elango Committed by Greg Kroah-Hartman
Browse files

staging: emxx_udc: remove commented code



This patch removes commented code warned by checkpatch.pl

Signed-off-by: default avatarHari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3bc4cc77
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -32,8 +32,6 @@
#define UDC_DEBUG_DUMP
#endif

/* #define USE_INT_COUNT_OVER */

/*----------------- Default define */
#define	USE_DMA	1
#define USE_SUSPEND_WAIT	1
@@ -117,14 +115,6 @@
#define BIT30		0x40000000
#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 INT_SEL				BIT10