[PATCH 1/4] drm: Constify struct drm_info_list * arguments

2013-10-18 Thread Ville Syrjälä
On Thu, Oct 17, 2013 at 07:09:53PM +0100, Damien Lespiau wrote: > Those functions are just reading data from those pointers. > > Signed-off-by: Damien Lespiau Reviewed-by: Ville Syrj?l? for the series. > --- > drivers/gpu/drm/drm_debugfs.c | 4 ++-- > include/drm/drmP.h| 9 +--

[PATCH 1/4] drm: Constify struct drm_info_list * arguments

2013-10-17 Thread Damien Lespiau
Those functions are just reading data from those pointers. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_debugfs.c | 4 ++-- include/drm/drmP.h| 9 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/drm_debugfs.c b/drivers/gpu/drm/drm_deb