Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a485f85a authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

msm: vidc: Remove unnecessary debug log messages



Remove the debug messages which are unnecessary and
may cause cpu watchdog byte issue when debug logging
enabled.

CRs-Fixed: 2111809
Change-Id: Ia91dcd7d7b0a8d0faf07f15859f4527eeebf45d1
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent d14a930f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -113,7 +113,6 @@ extern bool msm_vidc_syscache_disable;

#define MSM_VIDC_ERROR(value)					\
	do {							\
		dprintk(VIDC_DBG, "Fatal Level = %d\n", value);\
		BUG_ON(value);					\
	} while (0)