mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
media: amphion: Fix spelling mistake "dismatch" -> "mismatch"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
f270005b99
commit
ebdcec10b6
|
|
@ -805,7 +805,7 @@ static void vdec_buf_done(struct vpu_inst *inst, struct vpu_frame_info *frame)
|
|||
cur_fmt = vpu_get_format(inst, inst->cap_format.type);
|
||||
vbuf = &vpu_buf->m2m_buf.vb;
|
||||
if (vbuf->vb2_buf.index != frame->id)
|
||||
dev_err(inst->dev, "[%d] buffer id(%d, %d) dismatch\n",
|
||||
dev_err(inst->dev, "[%d] buffer id(%d, %d) mismatch\n",
|
||||
inst->id, vbuf->vb2_buf.index, frame->id);
|
||||
|
||||
if (vpu_get_buffer_state(vbuf) == VPU_BUF_STATE_READY && vdec->params.display_delay_enable)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user