[patch] drm/edid: fix a debug message

2015-05-13 Thread Daniel Vetter
On Tue, May 12, 2015 at 09:07:37PM +0300, Dan Carpenter wrote: > 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

[patch] drm/edid: fix a debug message

2015-05-12 Thread Dan Carpenter
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 diff --git a/drive