This repository was archived by the owner on Jul 3, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +180
-95
lines changed
drivers/media/platform/msm/vidc Expand file tree Collapse file tree 4 files changed +180
-95
lines changed Original file line number Diff line number Diff line change @@ -792,7 +792,6 @@ static int __init msm_vidc_init(void)
792792 if (rc ) {
793793 dprintk (VIDC_ERR ,
794794 "Failed to register platform driver\n" );
795- msm_vidc_debugfs_deinit_drv ();
796795 debugfs_remove_recursive (vidc_driver -> debugfs_root );
797796 kfree (vidc_driver );
798797 vidc_driver = NULL ;
@@ -804,7 +803,6 @@ static int __init msm_vidc_init(void)
804803static void __exit msm_vidc_exit (void )
805804{
806805 platform_driver_unregister (& msm_vidc_driver );
807- msm_vidc_debugfs_deinit_drv ();
808806 debugfs_remove_recursive (vidc_driver -> debugfs_root );
809807 kfree (vidc_driver );
810808 vidc_driver = NULL ;
Original file line number Diff line number Diff line change @@ -1434,7 +1434,6 @@ static void cleanup_instance(struct msm_vidc_inst *inst)
14341434 msm_comm_smem_free (inst , inst -> extradata_handle );
14351435
14361436 debugfs_remove_recursive (inst -> debugfs_root );
1437-
14381437 mutex_lock (& inst -> pending_getpropq .lock );
14391438 WARN_ON (!list_empty (& inst -> pending_getpropq .list )
14401439 && (msm_vidc_debug & VIDC_INFO ));
You can’t perform that action at this time.
0 commit comments