]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/radeon: Remove drm_debugfs_remove_files() call
authorNoralf Trønnes <noralf@tronnes.org>
Thu, 26 Jan 2017 22:56:14 +0000 (23:56 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 27 Jan 2017 14:26:32 +0000 (15:26 +0100)
commitc8e73d1a2645db6eddda0d30b891f7f719f2b987
treecf79db0797de86b9b59ae5d2d173ef87d3833739
parentc259e81bcd0e7b7e6ecdde4d5d4ce26aed409575
drm/radeon: Remove drm_debugfs_remove_files() call

drm_debugfs_cleanup() now removes all minor->debugfs_list entries
automatically, so it's not necessary to call drm_debugfs_remove_files().

Cc: alexander.deucher@amd.com
Cc: christian.koenig@amd.com
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170126225621.12314-13-noralf@tronnes.org
drivers/gpu/drm/radeon/radeon_device.c