Re: [PATCH 16/19] drm/vc4: Remove vc4_debugfs_cleanup()

2017-01-30 Thread Daniel Vetter
On Fri, Jan 27, 2017 at 09:56:07AM -0800, Eric Anholt wrote: > Noralf Trønnes writes: > > > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > > automatically, so the drm_driver.debugfs_cleanup callback is not > > needed. > > Nice! > > Reviewed-by: Eric Anholt Applied to drm-

Re: [PATCH 16/19] drm/vc4: Remove vc4_debugfs_cleanup()

2017-01-27 Thread Eric Anholt
Noralf Trønnes writes: > drm_debugfs_cleanup() now removes all minor->debugfs_list entries > automatically, so the drm_driver.debugfs_cleanup callback is not > needed. Nice! Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ dri-

[PATCH 16/19] drm/vc4: Remove vc4_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: e...@anholt.net Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/vc4/vc4_debugfs.c | 6 -- drivers/gpu/drm/vc4/vc4_drv.c | 1 - drivers/gpu/drm/