Re: [Intel-gfx] [PATCH 1/2] drm/i915: Don't use a define when it's clearer to just put the value

2014-08-27 Thread Jani Nikula
On Wed, 27 Aug 2014, Damien Lespiau wrote: > Instead of going through hoops, just put the driver author directly as > DRM_AUTHOR() argument. This will also make it consistent when we add > Intel to the list. > Reviewed-by: Jani Nikula > Signed-off-by: Damien Lespiau > --- > drivers/gpu/drm/i

[Intel-gfx] [PATCH 1/2] drm/i915: Don't use a define when it's clearer to just put the value

2014-08-27 Thread Damien Lespiau
Instead of going through hoops, just put the driver author directly as DRM_AUTHOR() argument. This will also make it consistent when we add Intel to the list. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i915/i915_drv.c | 3 ++- drivers/gpu/drm/i915/i915_drv.h | 2 -- 2 files changed, 2 ins