mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
di: remove bypass pre print [1/1]
PD#156889: di: remove bypass pre process print Change-Id: If9f6d4af26088b18d67072a01011aad3e64552cd Signed-off-by: kele bai <kele.bai@amlogic.com>
This commit is contained in:
@@ -3800,11 +3800,8 @@ static unsigned char pre_de_buf_config(void)
|
||||
}
|
||||
}
|
||||
|
||||
if (!pre_de_proc()) {
|
||||
pr_err("%s%d bypass pre process.\n",
|
||||
__func__, __LINE__);
|
||||
if (!pre_de_proc())
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (di_pre_stru.di_inp_buf_next) {
|
||||
di_pre_stru.di_inp_buf = di_pre_stru.di_inp_buf_next;
|
||||
|
||||
Reference in New Issue
Block a user