drm/i915: constify mode in crtc_mode_fixup
authorDaniel Vetter <[email protected]>
Fri, 20 Jul 2012 08:30:45 +0000 (10:30 +0200)
committerDaniel Vetter <[email protected]>
Wed, 25 Jul 2012 08:39:59 +0000 (10:39 +0200)
Laurent Pinchart missed this when sending in is giant constify patch:

commit e811f5ae19043b2ac2c28e147a4274038e655598
Author: Laurent Pinchart <[email protected]>
Date:   Tue Jul 17 17:56:50 2012 +0200

    drm: Make the .mode_fixup() operations mode argument a const pointer

Acked-by; Laurent Pinchart <[email protected]>
Signed-Off-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/intel_display.c

index c9b69e3b2c29f0bc3361cf16e29d82ef25390548..e9e476eca89f4b60e88b8ec8e3643b8cc0cb8817 100644 (file)
@@ -3573,7 +3573,7 @@ void intel_encoder_destroy(struct drm_encoder *encoder)
 }
 
 static bool intel_crtc_mode_fixup(struct drm_crtc *crtc,
-                                 struct drm_display_mode *mode,
+                                 const struct drm_display_mode *mode,
                                  struct drm_display_mode *adjusted_mode)
 {
        struct drm_device *dev = crtc->dev;