powerpc/mm/drmem: Silence drmem_init() early return
authorNathan Lynch <nathanl@linux.ibm.com>
Mon, 3 Jun 2024 19:31:32 +0000 (14:31 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Jun 2024 07:13:56 +0000 (17:13 +1000)
commit11e6e6d8bf8f908468bac0447727e3f3923c8512
treead66d401dfde3778aa807e03992fedba8203ac56
parent43ac9f5cd457bb01930f87448ddaaae455f8a8cf
powerpc/mm/drmem: Silence drmem_init() early return

It's not an error or noteworthy condition if the
"ibm,dynamic-reconfiguration-memory" node isn't present.

Drop the needless message.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240603-silence-drmem_init-v1-1-e9d71646bc3d@linux.ibm.com
arch/powerpc/mm/drmem.c