From: Dan Carpenter Date: Tue, 12 May 2015 18:07:37 +0000 (+0300) Subject: drm/edid: fix a debug message X-Git-Tag: omap-for-v4.2/fixes-rc2-v2~71^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1cc6550dc6620e67b792a27da8bbd03a09cafb;p=pandora-kernel.git drm/edid: fix a debug message There is an extra semi-colon on the if statement so the debug output always says "Failed to write EDID checksum" even when it didn't fail. Fixes: 559be30cb74d ('drm/i915: Implement the intel_dp_autotest_edid function for DP EDID complaince tests') Signed-off-by: Dan Carpenter Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed