Tag: d10c98949d1a1fff14d750fe5162213bb5b39e11

[media] media: use entity.graph_obj.mdev instead of .parent

Author: Javier Martinez Canillas <javier@osg.samsung.com> The struct media_entity has a .parent field that stores a pointer to the parent struct media_device. But recently a media_gobj was embedded into the entities and since struct media_gojb already has a pointer to a struct media_device in the .mdev field, the .parent field becomes redundant and can be removed. …

Continue reading