Re: [PATCH 08/19] drm/hdlcd: Remove hdlcd_debugfs_cleanup()

2017-01-27 Thread Local user for Liviu Dudau
On Thu, Jan 26, 2017 at 11:56:10PM +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: liviu.du...@arm.com > Signed-off-by: Noralf Trønnes Acked-by: Liviu Dudau Tha

[PATCH 08/19] drm/hdlcd: Remove hdlcd_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: liviu.du...@arm.com Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/arm/hdlcd_drv.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/g