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

Commit f113d750 authored by Ben Widawsky's avatar Ben Widawsky Committed by Daniel Vetter
Browse files

drm/i915: Remove incorrect comment about struct mutex



This statenment became false here:

commit 4fc688ce
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date:   Fri Nov 2 11:14:01 2012 -0700

    drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex

Signed-off-by: default avatarBen Widawsky <ben@bwidawsk.net>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent a9a7e98a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -904,8 +904,6 @@ struct intel_gen6_power_mgmt {
	struct work_struct work;
	u32 pm_iir;

	/* The below variables an all the rps hw state are protected by
	 * dev->struct mutext. */
	u8 cur_delay;
	u8 min_delay;
	u8 max_delay;