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

Commit ac6dac3c 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: Avoid excessive logging from KGSL" into msm-4.9

parents de8a70aa 74645b53
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1509,8 +1509,7 @@ static int _adreno_start(struct adreno_device *adreno_dev)
			PERFCOUNTER_FLAG_KERNEL);

		if (ret) {
			KGSL_DRV_ERR(device,
				"Unable to get the perf counters for DCVS\n");
			WARN_ONCE(1, "Unable to get perf counters for DCVS\n");
			adreno_dev->perfctr_pwr_lo = 0;
		}
	}