mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-16 23:36:09 -05:00
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>
This commit is contained in:
committed by
Hans Verkuil
parent
c12bbc2820
commit
034237ef15
@@ -20,10 +20,7 @@ struct ipu6_isys_stream;
|
||||
struct ipu6_isys_queue {
|
||||
struct vb2_queue vbq;
|
||||
struct list_head node;
|
||||
/*
|
||||
* @lock: serialise access to queued and pre_streamon_queued
|
||||
*/
|
||||
spinlock_t lock;
|
||||
spinlock_t lock; /* Protects active and incoming lists */
|
||||
struct list_head active;
|
||||
struct list_head incoming;
|
||||
unsigned int fw_output;
|
||||
|
||||
Reference in New Issue
Block a user