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

Commit e1a7e3a9 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: enable passive buses while unload firmware"

parents b9126d61 72a2ac55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4397,6 +4397,7 @@ static void __unload_fw(struct venus_hfi_device *device)
	if (device->state != VENUS_STATE_DEINIT)
		flush_workqueue(device->venus_pm_workq);

	__vote_buses(device, NULL, 0);
	subsystem_put(device->resources.fw.cookie);
	__interface_queues_release(device);
	__venus_power_off(device, false);