From d4a9b4144170497ea539d916cce06719ad67f4d2 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 27 Oct 2009 21:09:24 +0000 Subject: [PATCH] --- yaml --- r: 168477 b: refs/heads/master c: a2d49ae7df5b96fba3c63710df61412587fc6a24 h: refs/heads/master i: 168475: a4b09b86dc64d81d274eeb570a7e37987c2f723b v: v3 --- [refs] | 2 +- trunk/drivers/gpu/drm/drm_fb_helper.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cb788cf67b19..ffc3ed2b8ece 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 61c4b24b3e3bb83bfe29f24fe566281b4f722237 +refs/heads/master: a2d49ae7df5b96fba3c63710df61412587fc6a24 diff --git a/trunk/drivers/gpu/drm/drm_fb_helper.c b/trunk/drivers/gpu/drm/drm_fb_helper.c index 9c924614c418..dc8e374a0b55 100644 --- a/trunk/drivers/gpu/drm/drm_fb_helper.c +++ b/trunk/drivers/gpu/drm/drm_fb_helper.c @@ -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;