diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-31 13:57:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-18 11:15:12 -0300 |
commit | 64f9477f95bf5d4ba49dc3988d47a15bc06bb5da (patch) | |
tree | f5ff902b731ead3984eb9f9e971289161336f4ba /include/media | |
parent | ce3a35d3c00918296e552af5ecc7b771af766436 (diff) | |
download | kernel_samsung_aries-64f9477f95bf5d4ba49dc3988d47a15bc06bb5da.zip kernel_samsung_aries-64f9477f95bf5d4ba49dc3988d47a15bc06bb5da.tar.gz kernel_samsung_aries-64f9477f95bf5d4ba49dc3988d47a15bc06bb5da.tar.bz2 |
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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/videobuf-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h index 97f14d4..9903394 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h @@ -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 */ |