From dcb58a40caeb77b937d7930eafc5bd22373a754e Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 12 May 2015 15:41:32 +0300 Subject: [PATCH] drm/i915: constify validate_vbt in VBT parsing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Make input and output of validate_vbt const, and fix the fallout. We shouldn't modify the VBT, so make the compiler help us here. v2: use pointer arithmetics on void* to simplify (Ville) Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed