Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199596
b: refs/heads/master
c: 90a78e8
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Eric Anholt committed May 26, 2010
1 parent e0d6312 commit 7d68bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 467b200da78c56036e58850a7f27902937d506f7
refs/heads/master: 90a78e8f60f679b0937011314a6cda39c7449d1d
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_sdvo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ intel_find_analog_connector(struct drm_device *dev)
intel_encoder = enc_to_intel_encoder(encoder);
if (intel_encoder->type == INTEL_OUTPUT_ANALOG) {
list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
if (connector && encoder == intel_attached_encoder(connector))
if (encoder == intel_attached_encoder(connector))
return connector;
}
}
Expand Down

0 comments on commit 7d68bb8

Please sign in to comment.