summaryrefslogtreecommitdiff
path: root/linux-core/ttm/ttm_agp_backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/ttm/ttm_agp_backend.c')
-rw-r--r--linux-core/ttm/ttm_agp_backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/ttm/ttm_agp_backend.c b/linux-core/ttm/ttm_agp_backend.c
index f5aef069..47961bbe 100644
--- a/linux-core/ttm/ttm_agp_backend.c
+++ b/linux-core/ttm/ttm_agp_backend.c
@@ -83,7 +83,7 @@ static int ttm_agp_bind(struct ttm_backend *backend, struct ttm_mem_reg *bo_mem)
ret = agp_bind_memory(mem, bo_mem->mm_node->start);
if (ret)
- printk(KERN_ERR "AGP Bind memory failed.\n");
+ printk(KERN_ERR TTM_PFX "AGP Bind memory failed.\n");
return ret;
}