On Tue, Oct 27, 2009 at 10:09 PM, James Simmons <jsimm...@infradead.org> wrote:
>
> I believe this is a typo.
>
> diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
> index 9c92461..dc8e374 100644
> --- a/drivers/gpu/drm/drm_fb_helper.c
> +++ b/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;
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> --
> _______________________________________________
> Dri-devel mailing list
> Dri-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dri-devel
>

Indeed this seems to be a typo, the important thing is to get someone
like Dave Airlie to pick it up.

Maarten.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to