V4L/DVB (11355): pvrusb2: use usb_interface.dev for v4l2_device_register
authorJanne Grunau <[email protected]>
Wed, 1 Apr 2009 11:46:50 +0000 (08:46 -0300)
committerMauro Carvalho Chehab <[email protected]>
Tue, 7 Apr 2009 00:44:13 +0000 (21:44 -0300)
Signed-off-by: Janne Grunau <[email protected]>
Acked-by: Mike Isely <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/video/pvrusb2/pvrusb2-hdw.c

index cdd8b13a19aea50dd5c8b247b3cbe47fb73550e9..eff92113daf95da548b9ddad5124c8efdbaeec98 100644 (file)
@@ -2574,7 +2574,7 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
        hdw->ctl_read_urb = usb_alloc_urb(0,GFP_KERNEL);
        if (!hdw->ctl_read_urb) goto fail;
 
-       if (v4l2_device_register(&usb_dev->dev, &hdw->v4l2_dev) != 0) {
+       if (v4l2_device_register(&intf->dev, &hdw->v4l2_dev) != 0) {
                pvr2_trace(PVR2_TRACE_ERROR_LEGS,
                           "Error registering with v4l core, giving up");
                goto fail;