Re: [PATCH 14/19] drm/tegra: Remove tegra_debugfs_cleanup()

2017-01-27 Thread Thierry Reding
On Thu, Jan 26, 2017 at 11:56:16PM +0100, Noralf Trønnes wrote: > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > automatically, so the drm_driver.debugfs_cleanup callback is not > needed. > > Cc: thierry.red...@gmail.com > Signed-off-by: Noralf Trønnes > --- > drivers/gpu/dr

Re: [PATCH 14/19] drm/tegra: Remove tegra_debugfs_cleanup()

2017-01-26 Thread Daniel Vetter
On Thu, Jan 26, 2017 at 11:56:16PM +0100, Noralf Trønnes wrote: > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > automatically, so the drm_driver.debugfs_cleanup callback is not > needed. > > Cc: thierry.red...@gmail.com > Signed-off-by: Noralf Trønnes Already mentioned on t

[PATCH 14/19] drm/tegra: Remove tegra_debugfs_cleanup()

2017-01-26 Thread Noralf Trønnes
drm_debugfs_cleanup() now removes all minor->debugfs_list entries automatically, so the drm_driver.debugfs_cleanup callback is not needed. Cc: thierry.red...@gmail.com Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tegra/drm.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/