[PATCH RESEND] drm: fix drm_local_map allocation size

2013-04-03 Thread Jani Nikula
ping On Tue, 12 Feb 2013, Jani Nikula wrote: > list->map is struct drm_local_map *, not struct drm_map_list *. > > Signed-off-by: Jani Nikula > > --- > > Found this small snippet laying around, I guess it fell between the cracks. > --- > drivers/gpu/drm/drm_gem.c |2 +- > 1 file changed, 1

Re: [PATCH RESEND] drm: fix drm_local_map allocation size

2013-04-03 Thread Jani Nikula
ping On Tue, 12 Feb 2013, Jani Nikula wrote: > list->map is struct drm_local_map *, not struct drm_map_list *. > > Signed-off-by: Jani Nikula > > --- > > Found this small snippet laying around, I guess it fell between the cracks. > --- > drivers/gpu/drm/drm_gem.c |2 +- > 1 file changed, 1

[PATCH RESEND] drm: fix drm_local_map allocation size

2013-02-12 Thread Jani Nikula
list->map is struct drm_local_map *, not struct drm_map_list *. Signed-off-by: Jani Nikula --- Found this small snippet laying around, I guess it fell between the cracks. --- drivers/gpu/drm/drm_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_ge

[PATCH RESEND] drm: fix drm_local_map allocation size

2013-02-12 Thread Jani Nikula
list->map is struct drm_local_map *, not struct drm_map_list *. Signed-off-by: Jani Nikula --- Found this small snippet laying around, I guess it fell between the cracks. --- drivers/gpu/drm/drm_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_ge