Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163949
b: refs/heads/master
c: ff6fdbe
h: refs/heads/master
i:
  163947: ec30913
v: v3
  • Loading branch information
Maarten Maathuis authored and Dave Airlie committed Sep 2, 2009
1 parent f739f08 commit 80250bd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9c552dd79346f86a3b53e41255c92c6f560b80fb
refs/heads/master: ff6fdbed8f465f796da7ab32cde67e2dfb9e1f8f
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/drm_crtc_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,8 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set)
/* If the encoder is reused for another connector, then
* the appropriate crtc will be set later.
*/
connector->encoder->crtc = NULL;
if (connector->encoder)
connector->encoder->crtc = NULL;
connector->encoder = new_encoder;
}
}
Expand Down

0 comments on commit 80250bd

Please sign in to comment.