From: Jerome Glisse Date: Tue, 17 Jul 2012 21:17:16 +0000 (-0400) Subject: drm/radeon: fix non revealent error message X-Git-Tag: v3.2.25~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b38f3bc17d4f8b259d41d2a9646a1a3ad772fd5;p=pandora-kernel.git drm/radeon: fix non revealent error message commit 8d1c702aa0b2c4b22b0742b72a1149d91690674b upstream. We want to print link status query failed only if it's an unexepected fail. If we query to see if we need link training it might be because there is nothing connected and thus link status query have the right to fail in that case. To avoid printing failure when it's expected, move the failure message to proper place. Signed-off-by: Jerome Glisse Signed-off-by: Dave Airlie Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed