The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] staging: emxx_udc: Remove unused code
@ 2020-04-02  2:17 John B. Wyatt IV
  2020-04-02 23:50 ` [Outreachy kernel] " Stefano Brivio
  0 siblings, 1 reply; 4+ messages in thread
From: John B. Wyatt IV @ 2020-04-02  2:17 UTC (permalink / raw)
  To: outreachy-kernel, Greg Kroah-Hartman, Saiyam Doshi, devel,
	linux-kernel
  Cc: John B. Wyatt IV

Remove unused code surrounded by an #if 0 block.

Code has not been altered since 2014 as reported by git blame.

Reported by checkpatch.

Signed-off-by: John B. Wyatt IV <jbwyatt4@gmail.com>
---
 drivers/staging/emxx_udc/emxx_udc.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h
index 9c2671cb32f7..bbfebe331033 100644
--- a/drivers/staging/emxx_udc/emxx_udc.h
+++ b/drivers/staging/emxx_udc/emxx_udc.h
@@ -9,12 +9,6 @@
 #define _LINUX_EMXX_H
 
 /*---------------------------------------------------------------------------*/
-/*----------------- Default undef */
-#if 0
-#define DEBUG
-#define UDC_DEBUG_DUMP
-#endif
-
 /*----------------- Default define */
 #define	USE_DMA	1
 #define USE_SUSPEND_WAIT	1
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-03  4:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-02  2:17 [PATCH] staging: emxx_udc: Remove unused code John B. Wyatt IV
2020-04-02 23:50 ` [Outreachy kernel] " Stefano Brivio
2020-04-03  1:42   ` John B. Wyatt IV
2020-04-03  4:33     ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox