From: Damien Lespiau Date: Fri, 7 Feb 2014 19:12:47 +0000 (+0000) Subject: drm/i915: Always use INTEL_INFO() to access the device_info structure X-Git-Tag: v3.15-rc1~51^2~59^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d13ef2e2d8bd88e92da6164a63dccc07e55fc9c;p=pandora-kernel.git drm/i915: Always use INTEL_INFO() to access the device_info structure If we make sure that all the dev_priv->info usages are wrapped by INTEL_INFO(), we can easily modify the ->info field to be structure and not a pointer while keeping the const protection in the INTEL_INFO() macro. v2: Rebased onto latest drm-nightly Suggested-by: Ville Syrjälä Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed