[PATCH] drm/debugfs: remove redundant info from gem_names

2012-10-17 Thread Marcin Slusarz
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 Cc: Ben Gamari Cc: Eric Anholt --- drivers/gpu/drm/drm_info.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH] drm/debugfs: remove redundant info from gem_names

2012-10-16 Thread Marcin Slusarz
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.slus...@gmail.com Cc: Ben Gamari bgam...@gmail.com Cc: Eric Anholt e...@anholt.net --- drivers/gpu/drm/drm_info.c | 2 -- 1