diff options
-rw-r--r-- | drivers/media/usb/pwc/pwc-if.c | 2 |
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 21c15233c6ae..5ec15cb1ed26 100644 --- a/drivers/media/usb/pwc/pwc-if.c +++ b/drivers/media/usb/pwc/pwc-if.c | |||
@@ -1008,7 +1008,7 @@ static int usb_pwc_probe(struct usb_interface *intf, const struct usb_device_id | |||
1008 | } | 1008 | } |
1009 | 1009 | ||
1010 | /* Init video_device structure */ | 1010 | /* Init video_device structure */ |
1011 | memcpy(&pdev->vdev, &pwc_template, sizeof(pwc_template)); | 1011 | pdev->vdev = pwc_template; |
1012 | strcpy(pdev->vdev.name, name); | 1012 | strcpy(pdev->vdev.name, name); |
1013 | pdev->vdev.queue = &pdev->vb_queue; | 1013 | pdev->vdev.queue = &pdev->vb_queue; |
1014 | pdev->vdev.queue->lock = &pdev->vb_queue_lock; | 1014 | pdev->vdev.queue->lock = &pdev->vb_queue_lock; |