commit | dcb58a40caeb77b937d7930eafc5bd22373a754e | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Tue May 12 15:41:32 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed May 20 11:25:49 2015 +0200 |
tree | 599aa7f1e8a45608019bcbdf8db2f0914ee3a62e | |
parent | e8ef3b4c9dadd4ca4a58282927cd2a9b34804089 [diff] |
drm/i915: constify validate_vbt in VBT parsing 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 <jani.nikula@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>