[PATCH 02/51] drm: Constify some function arguments

2012-10-25 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? None of drm_mode_debug_printmodeline(), drm_mode_equal(), drm_mode_width() or drm_mode_height() change the mode passed in, so make the arguments const. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_modes.c |8

[PATCH 02/51] drm: Constify some function arguments

2012-10-25 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com None of drm_mode_debug_printmodeline(), drm_mode_equal(), drm_mode_width() or drm_mode_height() change the mode passed in, so make the arguments const. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/drm_modes.c |