02aaa6eae6
Based on hexdump0815 and GjergjiFloychi's work. [ci:skip-build] Already built successfuly on CI in MR
13 lines
396 B
Diff
13 lines
396 B
Diff
diff --git a/drivers/misc/mediatek/video/mt8127/mtkfb.c b/drivers/misc/mediatek/video/mt8127/mtkfb.c
|
|
index 50bfbcd0..238f09d2 100644
|
|
--- a/drivers/misc/mediatek/video/mt8127/mtkfb.c
|
|
+++ b/drivers/misc/mediatek/video/mt8127/mtkfb.c
|
|
@@ -63,6 +63,8 @@
|
|
|
|
//#undef pr_info
|
|
//#define pr_info printk
|
|
+#undef pr_info
|
|
+#define pr_info(fmt, args...) do {} while (0)
|
|
|
|
unsigned int EnableVSyncLog = 0;
|
|
|