drm/i915/skl: fix semicolon.cocci warnings

drivers/gpu/drm/i915/intel_pm.c:2913:4-5: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
kbuild test robot 2015-03-26 22:30:21 +08:00 committed by Daniel Vetter
parent db7542dd40
commit 2f0b57901b
1 changed files with 1 additions and 1 deletions

View File

@ -2910,7 +2910,7 @@ static bool skl_compute_plane_wm(const struct drm_i915_private *dev_priv,
break;
case 8:
WARN(1, "Unsupported pixel depth for rotation");
};
}
}
y_tile_minimum = plane_blocks_per_line * min_scanlines;
selected_result = max(method2, y_tile_minimum);