Re: [PATCH v2 2/6] drm/debugfs: Make drm_device use the struct drm_debugfs_files

2023-01-31 Thread kernel test robot
bugfs-list/20230130-203549 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230130123008.287141-3-mcanal%40igalia.com patch subject: [PATCH v2 2/6] drm/debugfs: Make drm_device use the struct drm_debugfs_files config: arc-randconfig-r043-202301

[PATCH v2 2/6] drm/debugfs: Make drm_device use the struct drm_debugfs_files

2023-01-30 Thread Maíra Canal
The struct drm_debugfs_files encapsulates all the debugfs-related objects, so that they can be initialized and destroyed with two helpers. Therefore, make the struct drm_device use the struct drm_debugfs_files instead of instantiating the debugfs list and mutex separated. Signed-off-by: Maíra Cana