diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-11-19 18:12:10 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-11-20 13:26:28 +0000 |
commit | 05a1aba1ab5d288918d6689080170fc83a80db61 (patch) | |
tree | 4814bd0cc61658056d60c4e09b55568c4c4ef6e3 /src/sna | |
parent | a90cc3b3889fafbd91c11c42d068a9d6474e218b (diff) |
sna: DBG compile fix
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna')
-rw-r--r-- | src/sna/kgem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/kgem.c b/src/sna/kgem.c index 72ffb049..bea2295f 100644 --- a/src/sna/kgem.c +++ b/src/sna/kgem.c @@ -3287,7 +3287,7 @@ expire: goto retry; ERR(("%s: failed to write batch (handle=%d): %d\n", - __FUNCTION__, handle, -ret)); + __FUNCTION__, bo->handle, -ret)); return ret; } |