drm: Make the .mode_fixup() operations mode argument a const pointer
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 17 Jul 2012 15:56:50 +0000 (17:56 +0200)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Jul 2012 01:52:38 +0000 (21:52 -0400)
The passed mode must not be modified by the operation, make it const.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found