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