Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d2f1130 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Unload firmware immediately after sys error"

parents a202b021 b4d947bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: