]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/hdlcd: Remove hdlcd_debugfs_cleanup()
authorNoralf Trønnes <noralf@tronnes.org>
Thu, 26 Jan 2017 22:56:10 +0000 (23:56 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 27 Jan 2017 14:25:31 +0000 (15:25 +0100)
commite0dfccf48339b9a9be0fa8e906cfcc19dac3c82b
tree26ea2f7124f07f4e2efab63cccb41562ee583ca5
parent59defa7cb68b9beed997848c2914e03f4a362182
drm/hdlcd: Remove hdlcd_debugfs_cleanup()

drm_debugfs_cleanup() now removes all minor->debugfs_list entries
automatically, so the drm_driver.debugfs_cleanup callback is not
needed.

Cc: liviu.dudau@arm.com
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170126225621.12314-9-noralf@tronnes.org
drivers/gpu/drm/arm/hdlcd_drv.c