drm/radeon: fix non revealent error message
authorJerome Glisse <jglisse@redhat.com>
Tue, 17 Jul 2012 21:17:16 +0000 (17:17 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 25 Jul 2012 04:13:05 +0000 (14:13 +1000)
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.

Cc: stable@vger.kernel.org
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found