commit | c5a98cac6ecd78ca647c41cb25e3ea1835579d70 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Thu Sep 03 08:46:06 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Jan 11 12:18:46 2016 -0200 |
tree | d320097f9a8ba2ca65606f15ea41279471e8c42c | |
parent | c7621b3044f705dd20019e82a8418491b8080327 [diff] |
[media] uvcvideo: create pad links after subdev registration The uvc driver creates the pads links before the media entity is registered with the media device. This doesn't work now that obj IDs are used to create links so the media_device has to be set. Move entities registration logic before pads links creation. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>