mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user