OSDN Git Service

[media] siano: register media controller earlier
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 22 Feb 2015 15:29:23 +0000 (12:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 26 Feb 2015 12:10:39 +0000 (09:10 -0300)
commit4b208f8b561ffa5f3b7f6887bf8dc3038c67eee9
treeaec968b379c658f378a6441772bbef5a04d4571e
parentfb372a434d47f636bc8277e7e91e0f2855a14263
[media] siano: register media controller earlier

We need to initialize the media controller earlier, as the core
will call the smsdvb hotplug during register time. Ok, this is
an async operation, so, when the module is not loaded, the media
controller works.

However, if the module is already loaded, nothing will be
registered at the media controller, as it will load too late.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/common/siano/smscoreapi.c
drivers/media/common/siano/smscoreapi.h
drivers/media/mmc/siano/smssdio.c
drivers/media/usb/siano/smsusb.c