summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-12-06 11:47:29 +1000
committerDave Airlie <airlied@redhat.com>2007-12-06 11:47:29 +1000
commit9814e87016ff90556ae34e3395c10d29add2ba08 (patch)
tree0fb2a031a72bc65cda56660303637c8dc6f22d90 /linux-core
parent8020724615eb6f334d5f90b1e83e6a46d4a126ac (diff)
retab intelfb code
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/intel_fb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-core/intel_fb.c b/linux-core/intel_fb.c
index c81e4408..32c7dc31 100644
--- a/linux-core/intel_fb.c
+++ b/linux-core/intel_fb.c
@@ -321,9 +321,9 @@ static int intelfb_set_par(struct fb_info *info)
}
if (par->crtc->enabled) {
- if (!drm_mode_equal(&par->crtc->mode, drm_mode))
- if (!drm_crtc_set_mode(par->crtc, drm_mode, 0, 0))
- return -EINVAL;
+ if (!drm_mode_equal(&par->crtc->mode, drm_mode))
+ if (!drm_crtc_set_mode(par->crtc, drm_mode, 0, 0))
+ return -EINVAL;
}
return 0;
}