Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 433e404f authored by Chris Wilson's avatar Chris Wilson Committed by Daniel Vetter
Browse files

drm/armada: s/drm_mm_dump_table/drm_mm_print/



Missed rename during v2 of b5c3714f ("drm/mm: Convert to
drm_printer")

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Fixes: b5c3714f ("drm/mm: Convert to drm_printer")
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20161230145510.12951-1-chris@chris-wilson.co.uk
parent 6098909c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;