Message ID | 20250407134037.808367-6-stanislaw.gruszka@linux.intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | media: intel/ipu6: continue on ipu7 code sharing preparation | expand |
diff --git a/drivers/media/pci/intel/ipu6/isys.h b/drivers/media/pci/intel/ipu6/isys.h index d5736ea2b036..ef61dca085a6 100644 --- a/drivers/media/pci/intel/ipu6/isys.h +++ b/drivers/media/pci/intel/ipu6/isys.h @@ -27,9 +27,6 @@ struct isys_subdev { struct isys_queue { struct vb2_queue vbq; struct list_head node; - /* - * @lock: serialise access to queued and pre_streamon_queued - */ spinlock_t lock; struct list_head active; struct list_head incoming;
pre_streamon_queued is no longer used, remove comment about it. Signed-off-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com> --- drivers/media/pci/intel/ipu6/isys.h | 3 --- 1 file changed, 3 deletions(-)