summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-07-07 11:56:59 -0400
committerKristian Høgsberg <krh@redhat.com>2008-07-07 12:04:35 -0400
commit7fd8a5de63781f6faa053509c80e02e8f1cdbb69 (patch)
treebd605bf5472254fc0d614084401f4e777de80ef2 /linux-core/xgi_drv.c
parentf58e21c7d056017340dc0ecac7e53dee2b33fe3b (diff)
Use lowercase bool constants.
Diffstat (limited to 'linux-core/xgi_drv.c')
-rw-r--r--linux-core/xgi_drv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-core/xgi_drv.c b/linux-core/xgi_drv.c
index f0225f89..f8ed7de8 100644
--- a/linux-core/xgi_drv.c
+++ b/linux-core/xgi_drv.c
@@ -307,8 +307,8 @@ void xgi_driver_lastclose(struct drm_device * dev)
|| info->pcie_heap_initialized) {
drm_sman_cleanup(&info->sman);
- info->fb_heap_initialized = FALSE;
- info->pcie_heap_initialized = FALSE;
+ info->fb_heap_initialized = false;
+ info->pcie_heap_initialized = false;
}
}
}