Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168477
b: refs/heads/master
c: a2d49ae
h: refs/heads/master
i:
  168475: a4b09b8
v: v3
  • Loading branch information
James Simmons authored and Dave Airlie committed Oct 28, 2009
1 parent 78aab99 commit d4a9b41
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: 61c4b24b3e3bb83bfe29f24fe566281b4f722237
refs/heads/master: a2d49ae7df5b96fba3c63710df61412587fc6a24
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ int drm_fb_helper_set_par(struct fb_info *info)

if (crtc->fb == fb_helper->crtc_info[i].mode_set.fb) {
mutex_lock(&dev->mode_config.mutex);
ret = crtc->funcs->set_config(&fb_helper->crtc_info->mode_set);
ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set);
mutex_unlock(&dev->mode_config.mutex);
if (ret)
return ret;
Expand Down

0 comments on commit d4a9b41

Please sign in to comment.