summaryrefslogtreecommitdiffstats
path: root/include/media/video-buf.h
diff options
context:
space:
mode:
authorIngo Molnar2006-02-07 09:49:14 +0100
committerMauro Carvalho Chehab2006-02-07 09:49:14 +0100
commit3593cab5d62c4c7abced1076710f9bc2d8847433 (patch)
treedd5dc21961f6b4aef6900b0c2eb63ce7c70aecd5 /include/media/video-buf.h
parentV4L/DVB (3318a): Makes Some symbols static. (diff)
downloadkernel-qcow2-linux-3593cab5d62c4c7abced1076710f9bc2d8847433.tar.gz
kernel-qcow2-linux-3593cab5d62c4c7abced1076710f9bc2d8847433.tar.xz
kernel-qcow2-linux-3593cab5d62c4c7abced1076710f9bc2d8847433.zip
V4L/DVB (3318b): sem2mutex: drivers/media/, #2
Semaphore to mutex conversion. The conversion was generated via scripts, and the result was validated automatically via a script as well. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media/video-buf.h')
-rw-r--r--include/media/video-buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/video-buf.h b/include/media/video-buf.h
index 8ecfd78e0027..d90dec5484ee 100644
--- a/include/media/video-buf.h
+++ b/include/media/video-buf.h
@@ -177,7 +177,7 @@ struct videobuf_queue_ops {
};
struct videobuf_queue {
- struct semaphore lock;
+ struct mutex lock;
spinlock_t *irqlock;
struct pci_dev *pci;