mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: isp: delete the buf_done log for isp32
Change-Id: I79273c3907da275d27a49c83eb650246d364af6b Signed-off-by: Lian Xu <xu.lian@rock-chips.com>
This commit is contained in:
@@ -205,10 +205,8 @@ int rkisp_rockit_buf_done(struct rkisp_stream *stream, int cmd)
|
||||
u32 seq;
|
||||
u64 ns = 0;
|
||||
|
||||
if (!rockit_cfg->rkisp_rockit_mpibuf_done) {
|
||||
pr_err("mpi_buf_done is null\n");
|
||||
if (!rockit_cfg->rkisp_rockit_mpibuf_done)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
if (cmd == ROCKIT_DVBM_END) {
|
||||
isprk_buf =
|
||||
|
||||
Reference in New Issue
Block a user