Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242315
b: refs/heads/master
c: 48898b0
h: refs/heads/master
i:
  242313: 2fd147e
  242311: cd1ff14
v: v3
  • Loading branch information
Takashi Iwai authored and Chris Wilson committed Mar 23, 2011
1 parent 96d806b commit 98b6aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29c5a587284195278e233eec5c2234c24fb2c204
refs/heads/master: 48898b038b69ef4801f0e059026c8f6920684677
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1957,9 +1957,9 @@ intel_dp_init(struct drm_device *dev, int output_reg)
DP_NO_AUX_HANDSHAKE_LINK_TRAINING;
} else {
/* if this fails, presume the device is a ghost */
DRM_ERROR("failed to retrieve link info\n");
intel_dp_destroy(&intel_connector->base);
DRM_INFO("failed to retrieve link info, disabling eDP\n");
intel_dp_encoder_destroy(&intel_dp->base.base);
intel_dp_destroy(&intel_connector->base);
return;
}
}
Expand Down

0 comments on commit 98b6aef

Please sign in to comment.