]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/media/platform/davinci/vpif_capture.h
[media] davinci: vpif_capture: fix start/stop streaming locking
[mirror_ubuntu-artful-kernel.git] / drivers / media / platform / davinci / vpif_capture.h
index e625d1c7e8d53b1bdbcdb0d53b2218f94ce45d7b..cf494a596a440d03c44b2042a0e4376a609e2403 100644 (file)
@@ -63,7 +63,7 @@ struct common_obj {
        struct vb2_queue buffer_queue;
        /* Queue of filled frames */
        struct list_head dma_queue;
-       /* Used in video-buf */
+       /* Protects the dma_queue field */
        spinlock_t irqlock;
        /* lock used to access this structure */
        struct mutex lock;