diff options
| author | Javier Martinez Canillas <[email protected]> | 2016-08-11 13:28:15 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2016-08-24 16:49:18 -0300 |
| commit | 5a08bc008d8ee9573bc84161ef864f6c9553a6b0 (patch) | |
| tree | ecc331be6725bfe6cbfc942c734c7bcd271a3d96 /tools/perf/scripts/python | |
| parent | fc49071766ed371268cc03b868cf97f21ad3f273 (diff) | |
[media] tvp5150: use sd internal ops .registered instead .registered_async
The driver is using the struct v4l2_subdev_core_ops .registered_async
callback to register the connector entities and create the pad links
after the subdev entity has been registered with the media device.
But the .registered_async callback isn't needed since the v4l2 core
already calls the struct v4l2_subdev_internal_ops .registered callback
in v4l2_device_register_subdev(), after media_device_register_entity().
So, use the .registered() callback instead of the .registered_async()
that is going to be removed in a following patch since isn't needed.
Suggested-by: Sakari Ailus <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions