V4L/DVB (7121): Renames videobuf lock to vb_lock
This helps to identify where vb_lock is being used, and find missusages of the locks. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
@@ -149,7 +149,7 @@ struct videobuf_qtype_ops {
|
||||
};
|
||||
|
||||
struct videobuf_queue {
|
||||
struct mutex lock;
|
||||
struct mutex vb_lock;
|
||||
spinlock_t *irqlock;
|
||||
void *dev; /* on pci, points to struct pci_dev */
|
||||
|
||||
|
Reference in New Issue
Block a user