aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/uvc/uvc_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/uvc_driver.c b/drivers/media/video/uvc/uvc_driver.c
index 2ac85d8984f0..93d78f619875 100644
--- a/drivers/media/video/uvc/uvc_driver.c
+++ b/drivers/media/video/uvc/uvc_driver.c
@@ -1820,6 +1820,7 @@ static int uvc_probe(struct usb_interface *intf,
1820 } 1820 }
1821 1821
1822 uvc_trace(UVC_TRACE_PROBE, "UVC device initialized.\n"); 1822 uvc_trace(UVC_TRACE_PROBE, "UVC device initialized.\n");
1823 usb_enable_autosuspend(udev);
1823 return 0; 1824 return 0;
1824 1825
1825error: 1826error: