powerpc/pseries/lparcfg: drop error message from guest name lookup
authorNathan Lynch <nathanl@linux.ibm.com>
Fri, 24 May 2024 19:29:54 +0000 (14:29 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 30 May 2024 12:57:26 +0000 (22:57 +1000)
commit12870ae3818e39ea65bf710f645972277b634f72
treee6eb64c1d9bc56b0cdb334cdd29f842308ab6a50
parentb1e7cee96127468c2483cf10c2899c9b5cf79bf8
powerpc/pseries/lparcfg: drop error message from guest name lookup

It's not an error or exceptional situation when the hosting
environment does not expose a name for the LP/guest via RTAS or the
device tree. This happens with qemu when run without the '-name'
option. The message also lacks a newline. Remove it.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Fixes: eddaa9a40275 ("powerpc/pseries: read the lpar name from the firmware")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240524-lparcfg-updates-v2-1-62e2e9d28724@linux.ibm.com
arch/powerpc/platforms/pseries/lparcfg.c