[Intel-gfx] [PATCH] drm/i915: Remove unecessary ; in intel_pm.c

Daniel Vetter daniel.vetter at ffwll.ch
Thu Mar 26 08:21:03 PDT 2015


Introduce in

commit 1fc0a8f7c45275c38d3322089313fe2e309c1f17
Author: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Date:   Mon Mar 23 11:10:38 2015 +0000

    drm/i915/skl: Take 90/270 rotation into account in watermark calculations

spotted by the 0-day builder.

Cc: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Cc: kbuild test robot <fengguang.wu at intel.com>
Reported-by: kbuild test robot <fengguang.wu at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 drivers/gpu/drm/i915/intel_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 753a3af07333..fa4ccb346389 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -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);
-- 
2.1.4



More information about the Intel-gfx mailing list