[PATCH] drm/radeon: constify radeon_asic_ring structures

2015-11-30 Thread Alex Deucher
On Sun, Nov 29, 2015 at 2:10 PM, Christian König wrote: > On 29.11.2015 17:12, Julia Lawall wrote: >> >> The radeon_asic_ring structures are never modified, so declare them as >> const. >> >> Done with the help of Coccinelle. >> >> Signed-off-by: Julia Lawall > > > Nice clean, patch is Reviewed-

[PATCH] drm/radeon: constify radeon_asic_ring structures

2015-11-29 Thread Christian König
On 29.11.2015 17:12, Julia Lawall wrote: > The radeon_asic_ring structures are never modified, so declare them as > const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Nice clean, patch is Reviewed-by: Christian König > > --- > drivers/gpu/drm/radeon/radeon.h |

[PATCH] drm/radeon: constify radeon_asic_ring structures

2015-11-29 Thread Julia Lawall
The radeon_asic_ring structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/gpu/drm/radeon/radeon.h |2 - drivers/gpu/drm/radeon/radeon_asic.c | 38 +-- 2 files changed, 20 in