[Intel-gfx] [PATCH 1/1] drm/i915: Release next_seqno on module unload
Mika Kuoppala
mika.kuoppala at linux.intel.com
Wed Dec 5 16:59:19 CET 2012
commit ba7b3c265d7e5b01eb411954a72e50bdb1498298
failed to add proper cleanup.
Signed-off-by: Mika Kuoppala <mika.kuoppala at intel.com>
---
drivers/gpu/drm/i915/i915_debugfs.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index e51b89d..7e516ee 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -2216,6 +2216,8 @@ void i915_debugfs_cleanup(struct drm_minor *minor)
1, minor);
drm_debugfs_remove_files((struct drm_info_list *) &i915_error_state_fops,
1, minor);
+ drm_debugfs_remove_files((struct drm_info_list *) &i915_next_seqno_fops,
+ 1, minor);
}
#endif /* CONFIG_DEBUG_FS */
--
1.7.9.5
More information about the Intel-gfx
mailing list