From: Xu, Anhua Date: Tue, 21 Aug 2012 03:06:02 +0000 (+0000) Subject: drm/i915: fix reassignment of variable "intel_dp->DP" X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~30^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9932d13c95c4125d2ed8703f5574fcc108bbcf;p=pandora-kernel.git drm/i915: fix reassignment of variable "intel_dp->DP" In intel_dp_mode_set we OR in the exact same bits twice at the same spot. Kill one of the redundant assignments. This little regression was introduced by: commit 417e822deee1d2bcd8a8a60660c40a0903713f2b Author: Keith Packard Date: Tue Nov 1 19:54:11 2011 -0700 drm/i915: Treat PCH eDP like DP in most places PCH eDP has many of the same needs as regular PCH DP connections, including the DP_CTl bit settings, the TRANS_DP_CTL register. The reachable tag for this commit is: v3.1-5461-g417e822 Signed-off-by: Anhua Xu [danvet: Improved the commit message somewhat and ensured the diff is clearer.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed