build fix

main
Alan Hourihane 2008-03-05 10:33:57 +00:00
parent b87c7ff79e
commit fef1c93aa8
1 changed files with 2 additions and 2 deletions

View File

@ -420,14 +420,14 @@ bool drm_crtc_set_mode(struct drm_crtc *crtc, struct drm_display_mode *mode,
int saved_x, saved_y;
bool didLock = false;
struct drm_output *output;
bool ret = true;
adjusted_mode = drm_mode_duplicate(dev, mode);
crtc->enabled = drm_crtc_in_use(crtc);
if (!crtc->enabled) {
if (!crtc->enabled)
return true;
}
didLock = crtc->funcs->lock(crtc);