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:
kele bai
2017-12-14 14:57:49 +08:00
parent 1a5125cc8b
commit ec371bebf7

View File

@@ -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;