Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116166
b: refs/heads/master
c: 9986b31
h: refs/heads/master
v: v3
  • Loading branch information
Zhaolei authored and Paul Mundt committed Oct 20, 2008
1 parent 2766e8b commit 2cf43ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3e0270663a520a2cb8c7418c098676f25478d2f
refs/heads/master: 9986b311efdc9727a5a48f03c3dac3d536fbaa74
2 changes: 2 additions & 0 deletions trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ struct dentry *sh_debugfs_root;
static int __init sh_debugfs_init(void)
{
sh_debugfs_root = debugfs_create_dir("sh", NULL);
if (!sh_debugfs_root)
return -ENOMEM;
if (IS_ERR(sh_debugfs_root))
return PTR_ERR(sh_debugfs_root);

Expand Down

0 comments on commit 2cf43ae

Please sign in to comment.