V4L/DVB (8428): videodev: rename 'dev' to 'parent'

The field 'dev' is not the video device, but the parent of the video device.
Rename accordingly.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hans Verkuil
2008-07-20 06:31:39 -03:00
committed by Mauro Carvalho Chehab
parent 27a5e6d3fc
commit 5e85e732f0
25 changed files with 32 additions and 32 deletions

View File

@ -89,7 +89,7 @@ struct video_device
/* sysfs */
struct device class_dev; /* v4l device */
struct device *dev; /* device parent */
struct device *parent; /* device parent */
/* device info */
char name[32];