Re: [PATCH 4/4] [media] media: remove media entity .parent field

2015-08-20 Thread Hans Verkuil
On 08/19/15 17:35, Javier Martinez Canillas wrote: > Now that the struct media_entity .parent field is unused, it can be > safely removed. Since all the previous users were converted to use > the .mdev field from the embedded struct media_gobj instead. > > Suggested-by: Mauro Carvalho Chehab > Si

[PATCH 4/4] [media] media: remove media entity .parent field

2015-08-19 Thread Javier Martinez Canillas
Now that the struct media_entity .parent field is unused, it can be safely removed. Since all the previous users were converted to use the .mdev field from the embedded struct media_gobj instead. Suggested-by: Mauro Carvalho Chehab Signed-off-by: Javier Martinez Canillas --- include/media/med