]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon: fix non revealent error message
authorJerome Glisse <jglisse@redhat.com>
Tue, 17 Jul 2012 21:17:16 +0000 (17:17 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Aug 2012 15:31:39 +0000 (08:31 -0700)
commit108c49a5cd65e2edc904212e6bd365db8d2f29e8
tree17671fd2602d6598bc0fbb88683837b75dff7843
parentbec6d04dc715ad9fbc0d86abb3eea125109cf98f
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 <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/atombios_dp.c