From 0d60cd0036c6bc5383cdc1dad719950afd68cbbf Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 14 Aug 2006 11:52:34 +1000 Subject: remove all TRUE instances as well --- linux-core/drm_sman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/drm_sman.c') diff --git a/linux-core/drm_sman.c b/linux-core/drm_sman.c index baba9139..b92f0ee7 100644 --- a/linux-core/drm_sman.c +++ b/linux-core/drm_sman.c @@ -91,7 +91,7 @@ static void *drm_sman_mm_allocate(void *private, unsigned long size, drm_mm_t *mm = (drm_mm_t *) private; drm_mm_node_t *tmp; - tmp = drm_mm_search_free(mm, size, alignment, TRUE); + tmp = drm_mm_search_free(mm, size, alignment, 1); if (!tmp) { return NULL; } -- cgit v1.2.3