kernel/arch/sh/kernel/kdebugfs.c
.. .. @@ -9,9 +9,6 @@ 9 9 static int __init arch_kdebugfs_init(void) 10 10 { 11 11 arch_debugfs_dir = debugfs_create_dir("sh", NULL); 12 - if (!arch_debugfs_dir)13 - return -ENOMEM;14 -15 12 return 0; 16 13 } 17 14 arch_initcall(arch_kdebugfs_init);