aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/drm/drm_proc.c')
-rw-r--r--drivers/char/drm/drm_proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/drm/drm_proc.c b/drivers/char/drm/drm_proc.c
index f4154cc71abb..32d2bb99462c 100644
--- a/drivers/char/drm/drm_proc.c
+++ b/drivers/char/drm/drm_proc.c
@@ -235,13 +235,13 @@ static int drm__vm_info(char *buf, char **start, off_t offset, int request,
235 type = "??"; 235 type = "??";
236 else 236 else
237 type = types[map->type]; 237 type = types[map->type];
238 DRM_PROC_PRINT("%4d 0x%08lx 0x%08lx %4.4s 0x%02x 0x%08lx ", 238 DRM_PROC_PRINT("%4d 0x%08lx 0x%08lx %4.4s 0x%02x 0x%08x ",
239 i, 239 i,
240 map->offset, 240 map->offset,
241 map->size, 241 map->size,
242 type, 242 type,
243 map->flags, 243 map->flags,
244 (unsigned long)map->handle); 244 r_list->user_token);
245 if (map->mtrr < 0) { 245 if (map->mtrr < 0) {
246 DRM_PROC_PRINT("none\n"); 246 DRM_PROC_PRINT("none\n");
247 } else { 247 } else {