Loading drivers/media/platform/msm/vidc/msm_vidc_common.c +2 −1 Original line number Diff line number Diff line Loading @@ -2317,7 +2317,8 @@ static int msm_vidc_deinit_core(struct msm_vidc_inst *inst) * e.g. thumbnail generation. */ schedule_delayed_work(&core->fw_unload_work, msecs_to_jiffies(10000)); msecs_to_jiffies(core->state == VIDC_CORE_INVALID ? 0 : 10000)); } core_already_uninited: Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_common.c +2 −1 Original line number Diff line number Diff line Loading @@ -2317,7 +2317,8 @@ static int msm_vidc_deinit_core(struct msm_vidc_inst *inst) * e.g. thumbnail generation. */ schedule_delayed_work(&core->fw_unload_work, msecs_to_jiffies(10000)); msecs_to_jiffies(core->state == VIDC_CORE_INVALID ? 0 : 10000)); } core_already_uninited: Loading