amcsc: remove the vout_device is NULL log [1/1]
authorBrian Zhu <brian.zhu@amlogic.com>
Mon, 29 Jul 2019 05:52:45 +0000 (13:52 +0800)
committerTao Zeng <tao.zeng@amlogic.com>
Mon, 29 Jul 2019 14:03:35 +0000 (07:03 -0700)
PD#SWPL-11922

Problem:
When the vout_device point is NULL, amcsc will print too
many logs.

Solution:
Remove this warning log since the vout_device = NULL is
normal under TV or CVBS case.

Verify:
Verified by X301

Change-Id: I007e3970b8361e0cd79bfc81ee5205cbb262c0c1
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
drivers/amlogic/media/enhancement/amvecm/amcsc_pip.c

index 2e8162d..e993e33 100644 (file)
@@ -629,7 +629,7 @@ void hdmi_packet_process(
        if (!vinfo)
                return;
        if (!vinfo->vout_device) {
-               pr_info("vinfo->vout_device is null, return\n");
+               /* pr_info("vinfo->vout_device is null, return\n"); */
                return;
        }
        vdev = vinfo->vout_device;