diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-04-28 14:57:03 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-04-28 14:57:03 -0700 |
commit | 941a49f91eac02e256706d8821a2cb069ff7ffef (patch) | |
tree | 0b3e340c415116b3d59478656845be9503b27c71 /src/i830_video.c | |
parent | 1dbb19059f5dd5cd2ad386c4f73498095987b943 (diff) |
Commit what applied from Jesse Barnes's i830-exa-latest.patch.
Diffstat (limited to 'src/i830_video.c')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index 0ae68607..e6f63414 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1830,8 +1830,6 @@ I830AllocateMemory(ScrnInfoPtr pScrn, FBLinearPtr linear, int size) ScreenPtr pScreen; FBLinearPtr new_linear = NULL; - DPRINTF(PFX, "I830AllocateMemory\n"); - if (linear) { if (linear->size >= size) return linear; |