drm/armada: s/drm_mm_dump_table/drm_mm_print/
authorChris Wilson <[email protected]>
Fri, 30 Dec 2016 14:55:10 +0000 (14:55 +0000)
committerDaniel Vetter <[email protected]>
Fri, 30 Dec 2016 16:35:13 +0000 (17:35 +0100)
Missed rename during v2 of b5c3714fe878 ("drm/mm: Convert to
drm_printer")

Reported-by: kbuild test robot <[email protected]>
Fixes: b5c3714fe878 ("drm/mm: Convert to drm_printer")
Signed-off-by: Chris Wilson <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/armada/armada_debugfs.c

index 0c7b915be08227a80f92377b0fe881c211b56ded..a8020cf9da2ef1a7fc34f0048684f801e6787407 100644 (file)
@@ -22,7 +22,7 @@ static int armada_debugfs_gem_linear_show(struct seq_file *m, void *data)
        struct drm_printer p = drm_seq_file_printer(m);
 
        mutex_lock(&priv->linear_lock);
-       drm_mm_dump_table(&p, &priv->linear);
+       drm_mm_print(&priv->linear, &p);
        mutex_unlock(&priv->linear_lock);
 
        return 0;