hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/x86/xen/debugfs.c
....@@ -9,13 +9,8 @@
99
1010 struct dentry * __init xen_init_debugfs(void)
1111 {
12
- if (!d_xen_debug) {
12
+ if (!d_xen_debug)
1313 d_xen_debug = debugfs_create_dir("xen", NULL);
14
-
15
- if (!d_xen_debug)
16
- pr_warning("Could not create 'xen' debugfs directory\n");
17
- }
18
-
1914 return d_xen_debug;
2015 }
2116