sna: Fix typo inside DBG message
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Nov 2013 22:03:39 +0000 (22:03 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Nov 2013 22:03:39 +0000 (22:03 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_dri.c

index 99f95ae..759b602 100644 (file)
@@ -1215,7 +1215,7 @@ can_flip(struct sna * sna,
 
        if (sna_pixmap(pixmap)->pinned & ~(PIN_DRI2 | PIN_SCANOUT)) {
                DBG(("%s -- no, pinned: front %x\n",
-                    __FUNCTION__, get_private(front)->pinned));
+                    __FUNCTION__, sna_pixmap(pixmap)->pinned));
                return false;
        }