mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 14:38:05 +02:00
remove debug message
This commit is contained in:
parent
5f1e98e1a3
commit
3678f0af1a
1 changed files with 0 additions and 1 deletions
|
|
@ -611,7 +611,6 @@ int drmMap(int fd,
|
|||
pagesize_mask = getpagesize() - 1;
|
||||
|
||||
size = (size + pagesize_mask) & ~pagesize_mask;
|
||||
fd,handle,size,address);
|
||||
|
||||
*address = mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, handle);
|
||||
if (*address == MAP_FAILED) return -errno;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue