Commit d6933784 authored by Dave Airlie's avatar Dave Airlie Committed by Jani Nikula
Browse files

drm/i915/display: fix misused comma

parent 175c13d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -989,7 +989,8 @@ chv_find_best_dpll(const struct intel_limit *limit,
	 * set to 2.  If requires to support 200Mhz refclk, we need to
	 * revisit this because n may not 1 anymore.
	 */
	clock.n = 1, clock.m1 = 2;
	clock.n = 1;
	clock.m1 = 2;
	target *= 5;	/* fast clock */
	for (clock.p1 = limit->p1.max; clock.p1 >= limit->p1.min; clock.p1--) {