mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 06:18:03 +02:00
Silence a warning about uninitialized variable (though it would be).
This commit is contained in:
parent
67eeede4e1
commit
8a1bee8ea9
1 changed files with 1 additions and 3 deletions
|
|
@ -1106,9 +1106,7 @@ ATIDRIGetBuffer(ATIScreenInfo *atis)
|
||||||
ATICardInfo *atic = atis->atic;
|
ATICardInfo *atic = atis->atic;
|
||||||
drmDMAReq dma;
|
drmDMAReq dma;
|
||||||
drmBufPtr buf = NULL;
|
drmBufPtr buf = NULL;
|
||||||
int indx = 0;
|
int indx = 0, size = 0, ret = 0;
|
||||||
int size = 0;
|
|
||||||
int ret;
|
|
||||||
TIMEOUT_LOCALS;
|
TIMEOUT_LOCALS;
|
||||||
|
|
||||||
dma.context = atis->serverContext;
|
dma.context = atis->serverContext;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue