drv: dpu: panel-lt8911: remove log

This commit is contained in:
hlb194802
2024-03-06 03:10:53 +00:00
committed by Han Gao
parent 7029ef3704
commit 797b673ebf

View File

@@ -28,7 +28,7 @@
#include <video/mipi_display.h>
#if 1
#if 0
#define DBG_FUNC(format, x...) printk(KERN_ERR "[DSI]%s:" format"\n", __func__, ##x)
#define DBG_PRINT(format, x...) printk(KERN_ERR "[DSI]" format"\n", ##x)
#else