hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/kernel/sysinfo.c
....@@ -545,8 +545,6 @@
545545 int lvl, i;
546546
547547 stsi_root = debugfs_create_dir("stsi", arch_debugfs_dir);
548
- if (IS_ERR_OR_NULL(stsi_root))
549
- return 0;
550548 lvl = stsi(NULL, 0, 0, 0);
551549 if (lvl > 0)
552550 stsi_0_0_0 = lvl;