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

Paulo Zanoni przanoni at gmail.com
Thu Jul 10 21:26:53 CEST 2014


2014-07-10 10:52 GMT-03:00 Damien Lespiau <damien.lespiau at intel.com>:
> C is super happy to asign anything pointer to void *. Don't pretend
> otherwise.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni at intel.com>

>
> Signed-off-by: Damien Lespiau <damien.lespiau at 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 b/drivers/gpu/drm/i915/i915_dma.c
> index ce69185..2c0bad6 100644
> --- a/drivers/gpu/drm/i915/i915_dma.c
> +++ b/drivers/gpu/drm/i915/i915_dma.c
> @@ -1596,7 +1596,7 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags)
>         if (dev_priv == NULL)
>                 return -ENOMEM;
>
> -       dev->dev_private = (void *)dev_priv;
> +       dev->dev_private = dev_priv;
>         dev_priv->dev = dev;
>
>         /* copy initial configuration to dev_priv->info */
> --
> 1.8.3.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx



-- 
Paulo Zanoni



More information about the Intel-gfx mailing list