Skip to content

Commit ebb965a

Browse files
committed
amd-isp4: Remove wait_prepare/wait_finish callbacks
Commit [1] removed the callbacks and relied on q->lock instead of q->ops->wait_* [1] torvalds@b70886f Signed-off-by: Eric Naim <dnaim@cachyos.org>
1 parent e7177ad commit ebb965a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/media/platform/amd/isp4/isp4_video.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,6 @@ static void isp4vid_qops_buf_cleanup(struct vb2_buffer *vb)
686686

687687
static const struct vb2_ops isp4vid_qops = {
688688
.queue_setup = isp4vid_qops_queue_setup,
689-
.wait_prepare = vb2_ops_wait_prepare,
690-
.wait_finish = vb2_ops_wait_finish,
691689
.buf_init = isp4vid_qops_buf_init,
692690
.buf_cleanup = isp4vid_qops_buf_cleanup,
693691
.start_streaming = isp4vid_qops_start_streaming,

0 commit comments

Comments
 (0)