From 755f68f4f32fc690957cfc94a19fff3139958299 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 10 Jul 2014 14:52:43 +0100 Subject: [PATCH] drm/i915: Don't cast a pointer to void* unnecessarily C is super happy to asign anything pointer to void *. Don't pretend otherwise. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-format-patch failed