Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250611
b: refs/heads/master
c: 8eb5729
h: refs/heads/master
i:
  250609: 8d4f077
  250607: 13a7879
v: v3
  • Loading branch information
Ben Widawsky authored and Keith Packard committed May 13, 2011
1 parent 6022a6a commit 8f0efb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 704df8d694fe44d89504e9804403e384a6710ece
refs/heads/master: 8eb572942ca02890f590d9251233038e27dd3842
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,13 +1383,13 @@ static int i915_forcewake_create(struct dentry *root, struct drm_minor *minor)
struct dentry *ent;

ent = debugfs_create_file("i915_forcewake_user",
S_IRWXU,
S_IRUSR,
root, dev,
&i915_forcewake_fops);
if (IS_ERR(ent))
return PTR_ERR(ent);

return 0;
return drm_add_fake_info_node(minor, ent, &i915_forcewake_fops);
}

static struct drm_info_list i915_debugfs_list[] = {
Expand Down

0 comments on commit 8f0efb8

Please sign in to comment.