summaryrefslogtreecommitdiff
path: root/shared-core/nouveau_mem.c
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-07-03 09:08:01 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-07-03 09:08:01 +0200
commit062d85062061199f2326982e27d54955a4ad76dc (patch)
tree5ae6363ec05d17644ee005a97950eb64aebfd8b9 /shared-core/nouveau_mem.c
parentd5ca5c9cd379438ac303598677f3789adc3687b1 (diff)
nv50: s/FALSE/false && s/TRUE/true
Diffstat (limited to 'shared-core/nouveau_mem.c')
-rw-r--r--shared-core/nouveau_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_mem.c b/shared-core/nouveau_mem.c
index 425cebe2..861d699f 100644
--- a/shared-core/nouveau_mem.c
+++ b/shared-core/nouveau_mem.c
@@ -743,7 +743,7 @@ void nouveau_mem_free(struct drm_device* dev, struct mem_block* block)
crtc->fb->block = NULL;
if (!crtc->blanked)
- crtc->blank(crtc, TRUE);
+ crtc->blank(crtc, true);
}
if (crtc->cursor->block == block) {