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

Commit 7103e3d9 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: Do not set device bus vote data to default in __unvote_buses"

parents a0bc560a b7de7bb4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -834,9 +834,6 @@ static int __unvote_buses(struct venus_hfi_device *device)
	int rc = 0;
	struct bus_info *bus = NULL;

	kfree(device->bus_vote.data);
	device->bus_vote = DEFAULT_BUS_VOTE;

	venus_hfi_for_each_bus(device, bus) {
		int local_rc = 0;
		unsigned long zero = 0;