Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: intel/ipu6: Change deprecated lock comment

pre_streamon_queued is no longer used. The lock now is protecting active
and incoming lists.

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>

authored by

Stanislaw Gruszka and committed by
Hans Verkuil
034237ef c12bbc28

+1 -4
+1 -4
drivers/media/pci/intel/ipu6/ipu6-isys-queue.h
··· 20 20 struct ipu6_isys_queue { 21 21 struct vb2_queue vbq; 22 22 struct list_head node; 23 - /* 24 - * @lock: serialise access to queued and pre_streamon_queued 25 - */ 26 - spinlock_t lock; 23 + spinlock_t lock; /* Protects active and incoming lists */ 27 24 struct list_head active; 28 25 struct list_head incoming; 29 26 unsigned int fw_output;