summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
Diffstat (limited to 'linux')
-rw-r--r--linux/drm_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drm_dma.h b/linux/drm_dma.h
index d21c8b9d..4ea6b07d 100644
--- a/linux/drm_dma.h
+++ b/linux/drm_dma.h
@@ -445,7 +445,7 @@ static int DRM(dma_get_buffers_of_order)(struct file *filp, drm_dma_t *d,
d->flags & _DRM_DMA_WAIT);
if (!buf) break;
if (buf->pending || buf->waiting) {
- DRM_ERROR("Free buffer %d in use by %x (w%d, p%d)\n",
+ DRM_ERROR("Free buffer %d in use: filp %p (w%d, p%d)\n",
buf->idx,
buf->filp,
buf->waiting,