drivers: mtk-perf: Shut up with the spam

* fpsgo is a proprietary kernel driver (yes, these exist in mtk), this line
  keeps spamming the log, masking what I actually want from the logs

Signed-off-by: Vaisakh Murali <vaisakhmurali@gmail.com>
Signed-off-by: zainarbani <zaintsyariev@gmail.com>
This commit is contained in:
Vaisakh Murali
2021-02-03 19:25:32 +05:30
committed by nisel
parent 1a0cefc094
commit 6dc14d7c93

View File

@@ -1525,7 +1525,7 @@ static int xgf_enter_est_runtime(int rpid, struct xgf_render *render,
{
int ret;
WARN_ON(!xgf_est_runtime_fp);
//WARN_ON(!xgf_est_runtime_fp);
if (xgf_est_runtime_fp)
ret = xgf_est_runtime_fp(rpid, render, runtime, ts);