forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/s390/kernel/kdebugfs.c
....@@ -9,8 +9,6 @@
99 static int __init arch_kdebugfs_init(void)
1010 {
1111 arch_debugfs_dir = debugfs_create_dir("s390", NULL);
12
- if (IS_ERR(arch_debugfs_dir))
13
- arch_debugfs_dir = NULL;
1412 return 0;
1513 }
1614 postcore_initcall(arch_kdebugfs_init);