summaryrefslogtreecommitdiff
path: root/drivers/media/video/zoran.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2006-03-22 03:54:16 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-23 11:24:19 -0300
commit384c36893f94e0e2145832cf2f20684ae372aee5 (patch)
tree14a70539e5c4601a9d1e82beaf5990560f2852b1 /drivers/media/video/zoran.h
parent6201573cc9bfe1e0bdec229bed8e95b0dc88a587 (diff)
V4L/DVB (3568g): sem2mutex: zoran
Semaphore to mutexes 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 'drivers/media/video/zoran.h')
-rw-r--r--drivers/media/video/zoran.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran.h b/drivers/media/video/zoran.h
index 9fe6ad3b6352..ad04a129499d 100644
--- a/drivers/media/video/zoran.h
+++ b/drivers/media/video/zoran.h
@@ -395,7 +395,7 @@ struct zoran {
struct videocodec *codec; /* video codec */
struct videocodec *vfe; /* video front end */
- struct semaphore resource_lock; /* prevent evil stuff */
+ struct mutex resource_lock; /* prevent evil stuff */
u8 initialized; /* flag if zoran has been correctly initalized */
int user; /* number of current users */