]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/qxl: Remove qxl_debugfs_remove_files()
authorNoralf Trønnes <noralf@tronnes.org>
Tue, 7 Mar 2017 20:49:24 +0000 (21:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 9 Mar 2017 08:01:00 +0000 (09:01 +0100)
commit34c9d524103fc8d4657b41ab9f1120e936010793
tree3cc6178438792ef82000ef2243bf249aa615a0b7
parent1bdb5d5b8e571b8a1ce7b0f0e3abbb359c303bef
drm/qxl: Remove qxl_debugfs_remove_files()

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

Cc: airlied@linux.ie
Cc: kraxel@redhat.com
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170307204924.1002-4-noralf@tronnes.org
[ kraxel: solved conflict ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/qxl/qxl_debugfs.c
drivers/gpu/drm/qxl/qxl_drv.h
drivers/gpu/drm/qxl/qxl_kms.c