]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Drop the pointless linetime==0 check
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 21 Dec 2018 17:14:35 +0000 (19:14 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 30 Jan 2019 14:14:40 +0000 (16:14 +0200)
commitff58c11cdbe99aaed8759caa39952e7355d50b78
treeceb4fc85661d85d4a8597c6d134759bb8681baea
parentff61a97499fd27944c02b9c8035d50d803a7975f
drm/i915: Drop the pointless linetime==0 check

0*whatever==0 so this check is pointless. Remove it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181221171436.8218-9-ville.syrjala@linux.intel.com
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/i915/intel_pm.c