mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] video: panel-ilitek-ili9341: drop #define DEBUG
@ 2023-06-14  9:03 Ahmad Fatoum
  2023-06-14 14:20 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-06-14  9:03 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

This is a left-over from development and shouldn't be necessary for
regular builds.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 drivers/video/panel-ilitek-ili9341.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/panel-ilitek-ili9341.c b/drivers/video/panel-ilitek-ili9341.c
index 7202773b5189..1f9c4254855d 100644
--- a/drivers/video/panel-ilitek-ili9341.c
+++ b/drivers/video/panel-ilitek-ili9341.c
@@ -12,7 +12,7 @@
  *
  * Derived from Linux drivers/drm/gpu/panel/panel-ilitek-ili9341.c
  */
-#define DEBUG 1
+
 #include <common.h>
 #include <linux/bitops.h>
 #include <gpiod.h>
-- 
2.39.2




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

end of thread, other threads:[~2023-06-14 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-14  9:03 [PATCH] video: panel-ilitek-ili9341: drop #define DEBUG Ahmad Fatoum
2023-06-14 14:20 ` Sascha Hauer

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