forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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);