[PATCH] drm: Remove duplicate `const` qualifier

2016-02-09 Thread Jani Nikula
On Tue, 09 Feb 2016, Eric Engestrom wrote: > Commit 1eb8345 added a bunch of legitimate `const`, but added two on > that line. Too late, fixed in commit 70c0616d5a8458ae9148d74309cede07ba2f5164 Author: Colin Ian King Date: Wed Jan 20 10:59:34 2016 + drm/fb_cma_helper: remove duplicat

[PATCH] drm: Remove duplicate `const` qualifier

2016-02-09 Thread Ville Syrjälä
On Tue, Feb 09, 2016 at 03:18:05PM +, Eric Engestrom wrote: > Commit 1eb8345 added a bunch of legitimate `const`, but added two on that > line. Already fixed 70c0616d5a84 ("drm/fb_cma_helper: remove duplicate const from drm_fb_cma_alloc") > > Signed-off-by: Eric Engestrom > --- > drivers/

[PATCH] drm: Remove duplicate `const` qualifier

2016-02-09 Thread Eric Engestrom
Commit 1eb8345 added a bunch of legitimate `const`, but added two on that line. Signed-off-by: Eric Engestrom --- drivers/gpu/drm/drm_fb_cma_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_cma_helper.c b/drivers/gpu/drm/drm_fb_cma_helper.c ind