s390/sclp: fix memblock_phys_free() vs memblock_free() confusion
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 13 Dec 2021 17:59:02 +0000 (18:59 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 16 Dec 2021 18:58:06 +0000 (19:58 +0100)
commitb6b486ecef02916af8a430397ccd5a68c5b967b1
tree21f2459f2f399a2724e16faa7b77ea07f85cc0ff
parent893d4d9c62ecb32bad7843fc31ec9eb740600758
s390/sclp: fix memblock_phys_free() vs memblock_free() confusion

memblock_phys_free() is used on a virtual address. Fix this by using
memblock_free().

Note: this doesn't fix a bug currently, since virtual and physical
addresses are identical.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/sclp_early.c