Skip to content

Commit

Permalink
drm/gma500: clean up indentation issues
Browse files Browse the repository at this point in the history
There are a couple of statements that are indented too deeply,
remove the extraneous tabs and also an empty line.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200920141407.32672-1-colin.king@canonical.com
  • Loading branch information
Colin Ian King authored and Daniel Vetter committed Sep 22, 2020
1 parent b8f8dbf commit ca4bd68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/gpu/drm/gma500/cdv_intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,8 +1501,7 @@ cdv_intel_dp_start_link_train(struct gma_encoder *encoder)
clock_recovery = false;

DRM_DEBUG_KMS("Start train\n");
reg = DP | DP_LINK_TRAIN_PAT_1;

reg = DP | DP_LINK_TRAIN_PAT_1;

for (;;) {
/* Use intel_dp->train_set[0] to set the voltage and pre emphasis values */
Expand Down Expand Up @@ -1575,7 +1574,7 @@ cdv_intel_dp_complete_link_train(struct gma_encoder *encoder)
cr_tries = 0;

DRM_DEBUG_KMS("\n");
reg = DP | DP_LINK_TRAIN_PAT_2;
reg = DP | DP_LINK_TRAIN_PAT_2;

for (;;) {

Expand Down

0 comments on commit ca4bd68

Please sign in to comment.