stream_input: fixes an issue that check the efuse chip cause to crash.

PD#161606:
PD#161757:

Change-Id: Ieadaf82c4b9214ecb2881359d2252270bc1d9192
Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
This commit is contained in:
Nanxin Qin
2018-03-08 14:42:59 +08:00
committed by Dongjin Kim
parent ad1060dd54
commit 24412539ca

View File

@@ -875,7 +875,7 @@ static int amstream_port_init(struct port_priv_s *priv)
mutex_lock(&amstream_mutex);
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_TXLX) {
if (get_cpu_type() >= MESON_CPU_MAJOR_ID_G12A) {
r = check_efuse_chip(port->vformat);
if (r) {
pr_info("No support video format %d.\n", port->vformat);