|
@@ -233,7 +233,7 @@ void __init proc_device_tree_init(void)
|
|
return;
|
|
return;
|
|
root = of_find_node_by_path("/");
|
|
root = of_find_node_by_path("/");
|
|
if (root == NULL) {
|
|
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;
|
|
return;
|
|
}
|
|
}
|
|
proc_device_tree_add_node(root, proc_device_tree);
|
|
proc_device_tree_add_node(root, proc_device_tree);
|