[Intel-gfx] [PATCH 2/2] drm/i915: Don't cast a pointer to void* unnecessarily

2014-07-10 Thread Damien Lespiau
C is super happy to asign anything pointer to void *. Don't pretend otherwise. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_dma.c

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Don't cast a pointer to void* unnecessarily

2014-07-10 Thread Paulo Zanoni
2014-07-10 10:52 GMT-03:00 Damien Lespiau damien.lesp...@intel.com: C is super happy to asign anything pointer to void *. Don't pretend otherwise. Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/i915_dma.c

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Don't cast a pointer to void* unnecessarily

2014-07-10 Thread Daniel Vetter
On Thu, Jul 10, 2014 at 04:26:53PM -0300, Paulo Zanoni wrote: 2014-07-10 10:52 GMT-03:00 Damien Lespiau damien.lesp...@intel.com: C is super happy to asign anything pointer to void *. Don't pretend otherwise. Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com Queued for -next, thanks for