Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199597
b: refs/heads/master
c: d8201ab
h: refs/heads/master
i:
  199595: e0d6312
v: v3
  • Loading branch information
Dan Carpenter authored and Eric Anholt committed May 26, 2010
1 parent 7d68bb8 commit 476971c
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: 90a78e8f60f679b0937011314a6cda39c7449d1d
refs/heads/master: d8201ab6514f8dc1a0ccfac52c688d80976a425a
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 @@ -576,7 +576,7 @@ intel_dp_set_m_n(struct drm_crtc *crtc, struct drm_display_mode *mode,
struct intel_encoder *intel_encoder;
struct intel_dp_priv *dp_priv;

if (!encoder || encoder->crtc != crtc)
if (encoder->crtc != crtc)
continue;

intel_encoder = enc_to_intel_encoder(encoder);
Expand Down Expand Up @@ -1353,7 +1353,7 @@ intel_trans_dp_port_sel (struct drm_crtc *crtc)
struct intel_encoder *intel_encoder = NULL;

list_for_each_entry(encoder, &mode_config->encoder_list, head) {
if (!encoder || encoder->crtc != crtc)
if (encoder->crtc != crtc)
continue;

intel_encoder = enc_to_intel_encoder(encoder);
Expand Down

0 comments on commit 476971c

Please sign in to comment.