commit | 6cf5dad17e913fce1ccb0c38e199eff15b0f03cc | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Feb 22 12:10:49 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Feb 23 07:19:39 2016 -0300 |
tree | b039fae16d8290e8d54e4e614a1a0fb3dfd7e34a | |
parent | 41b44e35ba9b34e50a65c05ecf7642c07bd3e8aa [diff] |
[media] media_device: move allocation out of media_device_*_init Right now, media_device_pci_init and media_device_usb_init does media_device allocation internaly. That preents its usage when the media_device struct is embedded on some other structure. Move memory allocation outside it, to make it more generic. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>