Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / drivers / s390 / char / sclp_early.c
index ab68684b5d83b2febff21099482459c1257859d4..b64feab62caa8b4179718bcd94f9c07c67e7580c 100644 (file)
@@ -139,7 +139,7 @@ int __init sclp_early_get_core_info(struct sclp_core_info *info)
        }
        sclp_fill_core_info(info, sccb);
 out:
-       memblock_free_early((unsigned long)sccb, length);
+       memblock_phys_free((unsigned long)sccb, length);
        return rc;
 }