]> git.baikalelectronics.ru Git - kernel.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)
commit17ac0f5d2a150ad97357149ff33f509e6edf349d
treecf79db0797de86b9b59ae5d2d173ef87d3833739
parent3a5eb13caeb269029febfe5cd9466400e7ad945d
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