Skip to content

Commit

Permalink
drm/kms: typo fix
Browse files Browse the repository at this point in the history
I believe this is a typo.

Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
jamesasimmons authored and airlied committed Oct 28, 2009
1 parent 61c4b24 commit a2d49ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a2d49ae

Please sign in to comment.