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

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

Merge "msm: kgsl: Fix premature return from power initialization"

parents 711bdab1 3a13bcac
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -1450,7 +1450,6 @@ int kgsl_pwrctrl_init(struct kgsl_device *device)
		 * is not enabled and gpu bus voting is to be done
		 * from the driver.
		 */
		if (pdata->bus_scale_table) {
		pwr->pcl = msm_bus_scale_register_client
				(pdata->bus_scale_table);
		if (!pwr->pcl) {
@@ -1461,8 +1460,6 @@ int kgsl_pwrctrl_init(struct kgsl_device *device)
			goto done;
		}
	}
		return result;
	}

	/*
	 * Set the range permitted for BIMC votes per-GPU frequency.