@@ -182,9 +182,6 @@ static int mx1_videobuf_prepare(struct videobuf_queue *vq,
dev_dbg(icd->dev.parent, "%s (vb=0x%p) 0x%08lx %d\n", __func__,
vb, vb->baddr, vb->bsize);
- /* Added list head initialization on alloc */
- WARN_ON(!list_empty(&vb->queue));
-
BUG_ON(NULL == icd->current_fmt);
/*
@@ -444,9 +444,6 @@ static int pxa_videobuf_prepare(struct videobuf_queue *vq,
dev_dbg(dev, "%s (vb=0x%p) 0x%08lx %d\n", __func__,
vb, vb->baddr, vb->bsize);
- /* Added list head initialization on alloc */
- WARN_ON(!list_empty(&vb->queue));
-
#ifdef DEBUG
/*
* This can be useful if you want to see if we actually fill
@@ -354,9 +354,6 @@ static int sh_mobile_ceu_videobuf_prepare(struct videobuf_queue *vq,
dev_dbg(icd->dev.parent, "%s (vb=0x%p) 0x%08lx %zd\n", __func__,
vb, vb->baddr, vb->bsize);
- /* Added list head initialization on alloc */
- WARN_ON(!list_empty(&vb->queue));
-
#ifdef DEBUG
/*
* This can be useful if you want to see if we actually fill