aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/usb/pwc/pwc-if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c
index de7c7ba99ef4..b5d0729c28d3 100644
--- a/drivers/media/usb/pwc/pwc-if.c
+++ b/drivers/media/usb/pwc/pwc-if.c
@@ -1127,7 +1127,7 @@ static void usb_pwc_disconnect(struct usb_interface *intf)
1127 v4l2_device_disconnect(&pdev->v4l2_dev); 1127 v4l2_device_disconnect(&pdev->v4l2_dev);
1128 video_unregister_device(&pdev->vdev); 1128 video_unregister_device(&pdev->vdev);
1129 mutex_unlock(&pdev->v4l2_lock); 1129 mutex_unlock(&pdev->v4l2_lock);
1130 mutex_unlock(pdev->vb_queue.lock); 1130 mutex_unlock(&pdev->vb_queue_lock);
1131 1131
1132#ifdef CONFIG_USB_PWC_INPUT_EVDEV 1132#ifdef CONFIG_USB_PWC_INPUT_EVDEV
1133 if (pdev->button_dev) 1133 if (pdev->button_dev)