]> err.no Git - linux-2.6/blobdiff - drivers/media/video/cpia2/cpia2.h
V4L/DVB (3569): PATCH: switch cpia2 to mutexes and use ioctl 32 compat lib func
[linux-2.6] / drivers / media / video / cpia2 / cpia2.h
index 95d3afa94a3d92f09298078561ca22959575f53f..8394283993f6274c5154c999efc167c397a66e30 100644 (file)
@@ -381,7 +381,7 @@ struct cpia2_fh {
 
 struct camera_data {
        /* locks */
-       struct semaphore busy_lock;     /* guard against SMP multithreading */
+       struct mutex busy_lock; /* guard against SMP multithreading */
        struct v4l2_prio_state prio;
 
        /* camera status */