ext4: check for overlapping extents in ext4_valid_extent_entries()
[deliverable/linux.git] / include / media / v4l2-dev.h
index b2c3776a1cfff2401d3a55656e2e9a6d037f9bcb..c768c9f8abc2ca0f1125cf7c1ce9135587bbefbc 100644 (file)
@@ -96,9 +96,9 @@ struct video_device
        struct device dev;              /* v4l device */
        struct cdev *cdev;              /* character device */
 
-       /* Set either parent or v4l2_dev if your driver uses v4l2_device */
-       struct device *parent;          /* device parent */
        struct v4l2_device *v4l2_dev;   /* v4l2_device parent */
+       /* Only set parent if that can't be deduced from v4l2_dev */
+       struct device *dev_parent;      /* device parent */
 
        /* Control handler associated with this device node. May be NULL. */
        struct v4l2_ctrl_handler *ctrl_handler;
This page took 0.044349 seconds and 5 git commands to generate.