diff options
| author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-31 11:57:53 -0500 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-18 09:15:12 -0500 |
| commit | 64f9477f95bf5d4ba49dc3988d47a15bc06bb5da (patch) | |
| tree | f5ff902b731ead3984eb9f9e971289161336f4ba /include/media | |
| parent | ce3a35d3c00918296e552af5ecc7b771af766436 (diff) | |
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 97f14d469595..99033945cdee 100644 --- a/include/media/videobuf-core.h +++ b/include/media/videobuf-core.h | |||
| @@ -149,7 +149,7 @@ struct videobuf_qtype_ops { | |||
| 149 | }; | 149 | }; |
| 150 | 150 | ||
| 151 | struct videobuf_queue { | 151 | struct videobuf_queue { |
| 152 | struct mutex lock; | 152 | struct mutex vb_lock; |
| 153 | spinlock_t *irqlock; | 153 | spinlock_t *irqlock; |
| 154 | void *dev; /* on pci, points to struct pci_dev */ | 154 | void *dev; /* on pci, points to struct pci_dev */ |
| 155 | 155 | ||
