hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/hypfs/hypfs_diag.c
....@@ -437,14 +437,13 @@
437437 int rc;
438438
439439 if (diag204_probe()) {
440
- pr_err("The hardware system does not support hypfs\n");
440
+ pr_info("The hardware system does not support hypfs\n");
441441 return -ENODATA;
442442 }
443
- if (diag204_info_type == DIAG204_INFO_EXT) {
444
- rc = hypfs_dbfs_create_file(&dbfs_file_d204);
445
- if (rc)
446
- return rc;
447
- }
443
+
444
+ if (diag204_info_type == DIAG204_INFO_EXT)
445
+ hypfs_dbfs_create_file(&dbfs_file_d204);
446
+
448447 if (MACHINE_IS_LPAR) {
449448 rc = diag224_get_name_table();
450449 if (rc) {