Re: [PATCH 3/3] drm/qxl: Remove qxl_debugfs_remove_files()

2017-03-08 Thread Daniel Vetter
On Wed, Mar 08, 2017 at 12:33:01PM +0100, Gerd Hoffmann wrote: > On Mi, 2017-03-08 at 10:52 +0100, Daniel Vetter wrote: > > On Wed, Mar 08, 2017 at 08:45:13AM +0100, Gerd Hoffmann wrote: > > > On Di, 2017-03-07 at 21:49 +0100, Noralf Trønnes wrote: > > > > drm_debugfs_cleanup() now removes all

Re: [PATCH 3/3] drm/qxl: Remove qxl_debugfs_remove_files()

2017-03-08 Thread Gerd Hoffmann
On Mi, 2017-03-08 at 10:52 +0100, Daniel Vetter wrote: > On Wed, Mar 08, 2017 at 08:45:13AM +0100, Gerd Hoffmann wrote: > > On Di, 2017-03-07 at 21:49 +0100, Noralf Trønnes wrote: > > > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > > > automatically, so it's not necessary to

Re: [PATCH 3/3] drm/qxl: Remove qxl_debugfs_remove_files()

2017-03-08 Thread Daniel Vetter
On Wed, Mar 08, 2017 at 08:45:13AM +0100, Gerd Hoffmann wrote: > On Di, 2017-03-07 at 21:49 +0100, Noralf Trønnes wrote: > > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > > automatically, so it's not necessary to call > > drm_debugfs_remove_files(). > > > > Cc:

Re: [PATCH 3/3] drm/qxl: Remove qxl_debugfs_remove_files()

2017-03-07 Thread Gerd Hoffmann
On Di, 2017-03-07 at 21:49 +0100, Noralf Trønnes wrote: > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > automatically, so it's not necessary to call > drm_debugfs_remove_files(). > > Cc: airl...@linux.ie > Cc: kra...@redhat.com > Signed-off-by: Noralf Trønnes

[PATCH 3/3] drm/qxl: Remove qxl_debugfs_remove_files()

2017-03-07 Thread Noralf Trønnes
drm_debugfs_cleanup() now removes all minor->debugfs_list entries automatically, so it's not necessary to call drm_debugfs_remove_files(). Cc: airl...@linux.ie Cc: kra...@redhat.com Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/qxl/qxl_debugfs.c | 13 -