[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 damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_drv.c | 3 ++- drivers/gpu/drm/i915/i915_drv.h | 2

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 damien.lesp...@intel.com 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 jani.nik...@intel.com Signed-off-by: