From: Paulo Zanoni Date: Fri, 26 Oct 2012 21:05:44 +0000 (-0200) Subject: drm/i915: simplify assignments inside intel_dp.c X-Git-Tag: v3.8-rc1~82^2~192^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa90ecefdc656b1e25af18251707907dbc1e7609;p=pandora-kernel.git drm/i915: simplify assignments inside intel_dp.c - Replace container_of with enc_to_intel_dp. - Walk through less structures when making assignments. - Rename some variables to keep our naming standards. As a bonus, this will reduce the usage of "struct intel_dp", making the future patch that introduces intel_digital_port smaller and easier to review. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed