V4L/DVB: v4l2-common: simplify prio utility functions
[pandora-kernel.git] / drivers / media / video / davinci / vpfe_capture.c
index f6648f6..1c25882 100644 (file)
@@ -736,7 +736,7 @@ static int vpfe_release(struct file *file)
        /* Decrement device usrs counter */
        vpfe_dev->usrs--;
        /* Close the priority */
-       v4l2_prio_close(&vpfe_dev->prio, &fh->prio);
+       v4l2_prio_close(&vpfe_dev->prio, fh->prio);
        /* If this is the last file handle */
        if (!vpfe_dev->usrs) {
                vpfe_dev->initialized = 0;