Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275901
b: refs/heads/master
c: b34f1f0
h: refs/heads/master
i:
  275899: d1b29a7
v: v3
  • Loading branch information
Keith Packard committed Nov 17, 2011
1 parent 5586f9c commit 3115a48
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f2e8b18af95358cf5407bf263cba04fc4c379123
refs/heads/master: b34f1f0931575bf1e1483472a5202b8247fa9b10
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1564,8 +1564,9 @@ intel_dp_set_link_train(struct intel_dp *intel_dp,

ret = intel_dp_aux_native_write(intel_dp,
DP_TRAINING_LANE0_SET,
intel_dp->train_set, 4);
if (ret != 4)
intel_dp->train_set,
intel_dp->lane_count);
if (ret != intel_dp->lane_count)
return false;

return true;
Expand Down

0 comments on commit 3115a48

Please sign in to comment.