mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
media: intel/ipu6: Remove unused dev field from ipu6_isys_queue
With current code base dev is only written but never read. Remove it as redundant. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
95d1033c8d
commit
1acf9fee6f
|
|
@ -841,7 +841,6 @@ int ipu6_isys_queue_init(struct ipu6_isys_queue *aq)
|
|||
if (ret)
|
||||
return ret;
|
||||
|
||||
aq->dev = &adev->auxdev.dev;
|
||||
aq->vbq.dev = &adev->isp->pdev->dev;
|
||||
spin_lock_init(&aq->lock);
|
||||
INIT_LIST_HEAD(&aq->active);
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ struct ipu6_isys_stream;
|
|||
struct ipu6_isys_queue {
|
||||
struct vb2_queue vbq;
|
||||
struct list_head node;
|
||||
struct device *dev;
|
||||
/*
|
||||
* @lock: serialise access to queued and pre_streamon_queued
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user