* [PATCH] drm/i915: fix module unload since error_state rework
@ 2012-05-21 17:56 Daniel Vetter
2012-05-22 7:22 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Vetter @ 2012-05-21 17:56 UTC (permalink / raw)
To: Intel Graphics Development; +Cc: Daniel Vetter
We need to remove the debugfs file. Regression introduce in
commit d54423037f141518950f324af88a551a82449496
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date: Fri Apr 27 15:17:40 2012 +0200
drm/i915: allow the existing error_state to be destroyed
Reported-and-Tested-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
drivers/gpu/drm/i915/i915_debugfs.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index eb2b3c2..5363e9c 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -2032,6 +2032,8 @@ void i915_debugfs_cleanup(struct drm_minor *minor)
1, minor);
drm_debugfs_remove_files((struct drm_info_list *) &i915_ring_stop_fops,
1, minor);
+ drm_debugfs_remove_files((struct drm_info_list *) &i915_error_state_fops,
+ 1, minor);
}
#endif /* CONFIG_DEBUG_FS */
--
1.7.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/i915: fix module unload since error_state rework
2012-05-21 17:56 [PATCH] drm/i915: fix module unload since error_state rework Daniel Vetter
@ 2012-05-22 7:22 ` Daniel Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2012-05-22 7:22 UTC (permalink / raw)
To: Intel Graphics Development; +Cc: Daniel Vetter
On Mon, May 21, 2012 at 07:56:52PM +0200, Daniel Vetter wrote:
> We need to remove the debugfs file. Regression introduce in
>
> commit d54423037f141518950f324af88a551a82449496
> Author: Daniel Vetter <daniel.vetter@ffwll.ch>
> Date: Fri Apr 27 15:17:40 2012 +0200
>
> drm/i915: allow the existing error_state to be destroyed
>
> Reported-and-Tested-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
I've merged this one here to -fixes.
-Daniel
--
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-22 7:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 17:56 [PATCH] drm/i915: fix module unload since error_state rework Daniel Vetter
2012-05-22 7:22 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox