Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233799
b: refs/heads/master
c: 8aaccf7
h: refs/heads/master
i:
  233797: 5ae362e
  233795: 062aadc
  233791: 83b670f
v: v3
  • Loading branch information
Paul Bolle authored and Grant Likely committed Mar 2, 2011
1 parent 63fef28 commit e74da18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 337fc720d85b98a71b1ff6e3a5449a24a7c33cfe
refs/heads/master: 8aaccf7fa2a2f148db1edbe7b09e3119c3f910cf
2 changes: 1 addition & 1 deletion trunk/fs/proc/proc_devtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void __init proc_device_tree_init(void)
return;
root = of_find_node_by_path("/");
if (root == NULL) {
printk(KERN_ERR "/proc/device-tree: can't find root\n");
pr_debug("/proc/device-tree: can't find root\n");
return;
}
proc_device_tree_add_node(root, proc_device_tree);
Expand Down

0 comments on commit e74da18

Please sign in to comment.