Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174552
b: refs/heads/master
c: 33db679
h: refs/heads/master
v: v3
  • Loading branch information
Kristian Høgsberg authored and Eric Anholt committed Dec 1, 2009
1 parent 33eaa73 commit 9d4e85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29874f44fbcbc24b231b42c9956f8f9de9407231
refs/heads/master: 33db679b4ee94e5a55abb439a87905d76739095a
7 changes: 2 additions & 5 deletions trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,13 +549,10 @@ int i915_debugfs_init(struct drm_minor *minor)

void i915_debugfs_cleanup(struct drm_minor *minor)
{
const void *key;

drm_debugfs_remove_files(i915_debugfs_list,
I915_DEBUGFS_ENTRIES, minor);

key = &i915_wedged_fops;
drm_debugfs_remove_files((struct drm_info_list *) &key, 1, minor);
drm_debugfs_remove_files((struct drm_info_list *) &i915_wedged_fops,
1, minor);
}

#endif /* CONFIG_DEBUG_FS */

0 comments on commit 9d4e85b

Please sign in to comment.