kernel/arch/x86/xen/debugfs.c
.. .. @@ -9,13 +9,8 @@ 9 9 10 10 struct dentry * __init xen_init_debugfs(void) 11 11 { 12 - if (!d_xen_debug) {12 + if (!d_xen_debug)13 13 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 -19 14 return d_xen_debug; 20 15 } 21 16