]> git.baikalelectronics.ru Git - kernel.git/commit
drm/debugfs: remove redundant info from gem_names
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Tue, 16 Oct 2012 21:47:35 +0000 (21:47 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 23 Oct 2012 00:15:04 +0000 (10:15 +1000)
commit50aeed8e86c2b3eb78ebc0efaab872495c56f89f
treecfb5f7c5ec368d947219acb53e46349a310676e2
parent8ed9f78405fbc0c44c305a70edf7682ce8549302
drm/debugfs: remove redundant info from gem_names

It's a relic of "drm: Convert proc files to seq_file and introduce debugfs",
which wrongly converted DRM_INFO + sprintf to 2 seq_printfs.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Ben Gamari <bgamari@gmail.com>
Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_info.c