hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/sh/kernel/kdebugfs.c
....@@ -9,9 +9,6 @@
99 static int __init arch_kdebugfs_init(void)
1010 {
1111 arch_debugfs_dir = debugfs_create_dir("sh", NULL);
12
- if (!arch_debugfs_dir)
13
- return -ENOMEM;
14
-
1512 return 0;
1613 }
1714 arch_initcall(arch_kdebugfs_init);