mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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:
parent
c12bbc2820
commit
034237ef15
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue