summaryrefslogtreecommitdiff
path: root/linux-core/nv50_crtc.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-07-26 08:43:01 +1000
committerDave Airlie <airlied@linux.ie>2008-07-26 08:43:01 +1000
commit2be292f6ea8df96afc1454f30918b1b391fba2ba (patch)
tree4f8981bcdad2b7187e6a8eb50980ba37768e03b1 /linux-core/nv50_crtc.c
parent53428453758621da70d9608c9baec58b4b9383ec (diff)
nv50: remove TRUE/FALSE
Diffstat (limited to 'linux-core/nv50_crtc.c')
-rw-r--r--linux-core/nv50_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_crtc.c b/linux-core/nv50_crtc.c
index c4ca7e76..f56aa339 100644
--- a/linux-core/nv50_crtc.c
+++ b/linux-core/nv50_crtc.c
@@ -127,7 +127,7 @@ static int nv50_crtc_execute_mode(struct nv50_crtc *crtc)
OUT_MODE(NV50_CRTC0_SCALE_CENTER_OFFSET + offset, NV50_CRTC_SCALE_CENTER_OFFSET_VAL(0,0));
/* Maybe move this as well? */
- crtc->blank(crtc, FALSE);
+ crtc->blank(crtc, false);
return 0;
}