summaryrefslogtreecommitdiffstats
path: root/fs-proc-devtree-remove_proc_entry.patch
blob: 2a959fd53976d3395e143b53b20beda9f9a99092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bugzilla: 818378
Upstream-status: Sent upstream by Davej in 2012.  Pinged again on Dec 17, 2013

diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c
index 927cbd1..f060f28 100644
--- a/fs/proc/proc_devtree.c
+++ b/fs/proc/proc_devtree.c
@@ -233,6 +233,7 @@ void __init proc_device_tree_init(void)
 		return;
 	root = of_find_node_by_path("/");
 	if (root == NULL) {
+		remove_proc_entry("device-tree", NULL);
 		pr_debug("/proc/device-tree: can't find root\n");
 		return;
 	}