diff mbox

[1/1] drm/i915: Release next_seqno on module unload

Message ID 1354723159-32021-1-git-send-email-mika.kuoppala@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Mika Kuoppala Dec. 5, 2012, 3:59 p.m. UTC
commit ba7b3c265d7e5b01eb411954a72e50bdb1498298
failed to add proper cleanup.

Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
---
 drivers/gpu/drm/i915/i915_debugfs.c |    2 ++
 1 file changed, 2 insertions(+)

Comments

Daniel Vetter Dec. 5, 2012, 4:24 p.m. UTC | #1
On Wed, Dec 05, 2012 at 05:59:19PM +0200, Mika Kuoppala wrote:
> commit ba7b3c265d7e5b01eb411954a72e50bdb1498298
> failed to add proper cleanup.

And squashed into said commit, rectifying history. Thanks for the quick
fixup.
-Daniel
diff mbox

Patch

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 */