summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2006-01-15 09:52:23 +0000
committerMauro Carvalho Chehab <devnull@localhost>2006-01-15 09:52:23 +0000
commit12c8d4bd89de115b407917fa0afcadd53729396c (patch)
tree2138cc6008c41c35fe01105ef1e5dd1681beff20 /v4l
parent4f37f2dabb3c3ef9675c7e9b3980aa9da78e4754 (diff)
downloadmediapointer-dvb-s2-12c8d4bd89de115b407917fa0afcadd53729396c.tar.gz
mediapointer-dvb-s2-12c8d4bd89de115b407917fa0afcadd53729396c.tar.bz2
Semaphore to mutex conversion on drivers/media
From: Ingo Molnar <mingo@elte.hu> 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 'v4l')
-rw-r--r--v4l/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index d8184bf2e..0f3acff44 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,24 @@
+2006-01-15 09:48 mchehab
+
+ * linux/drivers/media/dvb/dvb-core/dvbdev.c: (dvb_register_device),
+ (dvb_register_adapter), (dvb_unregister_adapter):
+ * linux/drivers/media/video/cx88/cx88-core.c: (cx88_core_get),
+ (cx88_core_put):
+ * linux/drivers/media/video/em28xx/em28xx-video.c:
+ (em28xx_release_resources):
+ * linux/drivers/media/video/saa7134/saa7134-core.c:
+ (saa7134_initdev), (saa7134_finidev), (saa7134_ts_register),
+ (saa7134_ts_unregister):
+ * linux/drivers/media/video/videodev.c: (video_open),
+ (video_register_device), (video_unregister_device):
+ - 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>
+
2006-01-15 09:12 mchehab
* linux/drivers/media/video/bttv-driver.c: (check_alloc_btres),