]> err.no Git - linux-2.6/blobdiff - drivers/media/video/cx88/cx88-core.c
V4L/DVB (8428): videodev: rename 'dev' to 'parent'
[linux-2.6] / drivers / media / video / cx88 / cx88-core.c
index 60eeda3057e9e8552bf0bb5361987e6f8d7b04d7..2c0582e05594971a95d5b2d649aab7b29a10244e 100644 (file)
@@ -1006,7 +1006,7 @@ struct video_device *cx88_vdev_init(struct cx88_core *core,
                return NULL;
        *vfd = *template;
        vfd->minor   = -1;
-       vfd->dev     = &pci->dev;
+       vfd->parent  = &pci->dev;
        vfd->release = video_device_release;
        snprintf(vfd->name, sizeof(vfd->name), "%s %s (%s)",
                 core->name, type, core->board.name);