]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit08bce0ac3bdc9d8e57d3f4b8edf3e787e623eccc
treecfb5f7c5ec368d947219acb53e46349a310676e2
parent028132451667ffd25b6814d47a622ec03cb8cba7
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