drm/radeon/kms/dp: remove extraneous training complete call

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, April 1, 2010 - 10:59 am

Gitweb:     http://git.kernel.org/linus/7f768957f407f7b8c8793eedaf7512049d092f29
Commit:     7f768957f407f7b8c8793eedaf7512049d092f29
Parent:     d9c9fe3622d15e7e84121ffedef60f4080ab4f03
Author:     Alex Deucher <alexdeucher@gmail.com>
AuthorDate: Mon Mar 29 14:06:10 2010 -0400
Committer:  Dave Airlie <airlied@redhat.com>
CommitDate: Wed Mar 31 13:13:11 2010 +1000

    drm/radeon/kms/dp: remove extraneous training complete call
    
    Looks like a copy/paste typo from when evergreen support
    was added.
    
    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
    Signed-off-by: Dave Airlie <airlied@redhat.com>
---
 drivers/gpu/drm/radeon/atombios_dp.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c
index 8a133bd..ca776b2 100644
--- a/drivers/gpu/drm/radeon/atombios_dp.c
+++ b/drivers/gpu/drm/radeon/atombios_dp.c
@@ -750,9 +750,6 @@ void dp_link_train(struct drm_encoder *encoder,
 	else
 		radeon_dp_encoder_service(rdev, ATOM_DP_ACTION_TRAINING_COMPLETE,
 					  dig_connector->dp_clock, enc_id, 0);
-
-	radeon_dp_encoder_service(rdev, ATOM_DP_ACTION_TRAINING_COMPLETE,
-				  dig_connector->dp_clock, enc_id, 0);
 }
 
 int radeon_dp_i2c_aux_ch(struct i2c_adapter *adapter, int mode,
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
drm/radeon/kms/dp: remove extraneous training complete call, Linux Kernel Mailing ..., (Thu Apr 1, 10:59 am)