Fix typo in last commit
This commit is contained in:
parent
6404ac178b
commit
087ade8e66
|
|
@ -753,7 +753,7 @@ static void i830_modeset_ctl(xf86CrtcPtr crtc, int pre)
|
|||
I830CrtcPrivatePtr intel_crtc = crtc->driver_private;
|
||||
struct drm_modeset_ctl modeset;
|
||||
|
||||
if (!pI830-directRenderingEnabled)
|
||||
if (!pI830->directRenderingEnabled)
|
||||
return;
|
||||
|
||||
modeset.crtc = intel_crtc->plane;
|
||||
|
|
|
|||
Loading…
Reference in New Issue