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

Commit fa7e892e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm-vidc: fix final BW voting to ICC"

parents f153ecfe f033016e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -888,7 +888,7 @@ static int __vote_bandwidth(struct bus_info *bus,
	int rc = 0;

	s_vpr_p(sid, "Voting bus %s to ab %llu kbps\n", bus->name, bw_kbps);
	rc = icc_set_bw(bus->path, kbps_to_icc(bw_kbps), 0);
	rc = icc_set_bw(bus->path, bw_kbps, 0);
	if (rc)
		s_vpr_e(sid, "Failed voting bus %s to ab %llu, rc=%d\n",
				bus->name, bw_kbps, rc);