drm/i915: Remove unused condition in hsw_power_well_post_enable()
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 6 Mar 2015 18:50:52 +0000 (18:50 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:30:08 +0000 (22:30 +0100)
commita3dd957bd6a9b9b448732046315450aed49eddb9
tree110a9868760142f681ca6eb45dd3c86865ee7d31
parentca62546838efbc895362eaba25cbad8b5138bb30
drm/i915: Remove unused condition in hsw_power_well_post_enable()

We don't use this function on gen9, no need for that test here.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_runtime_pm.c