video: driver: implement module remove function
Implement remove function to unregister video device, unregister v4l2 device, remove sysfs group, deinit irq, platform, dt, core. Change-Id: Ib713b0b66500aafcfb5f0500b9ce7285b9640311 Signed-off-by: Darshana Patil <darshana@codeaurora.org>
Este commit está contenido en:

cometido por
Gerrit - the friendly Code Review server

padre
3aa92663a7
commit
843858405f
@@ -13,3 +13,4 @@ int msm_vidc_init_iris2(struct msm_vidc_core *core);
|
||||
// return -EINVAL;
|
||||
//}
|
||||
//#endif
|
||||
int msm_vidc_deinit_iris2(struct msm_vidc_core *core);
|
||||
|
@@ -519,3 +519,9 @@ int msm_vidc_init_iris2(struct msm_vidc_core *core)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int msm_vidc_deinit_iris2(struct msm_vidc_core *core)
|
||||
{
|
||||
/* do nothing */
|
||||
return 0;
|
||||
}
|
||||
|
Referencia en una nueva incidencia
Block a user