OSDN Git Service

powerpc/pseries/mobility: Set pr_fmt()
authorNathan Lynch <nathanl@linux.ibm.com>
Thu, 27 Jun 2019 05:30:43 +0000 (00:30 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 30 Jul 2020 12:53:48 +0000 (22:53 +1000)
commit494a66f34e00b6a1897b5a1ab150a19265696b17
treea4d7284e0c2fbd2c2277ede9256207c0766acc09
parent6ec54363f198aae9c1343f82ff5b865546944a73
powerpc/pseries/mobility: Set pr_fmt()

The pr_err() callsites in mobility.c already manually include a
"mobility:" prefix, let's make it official for the benefit of messages
to be added later.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190627053044.9238-2-nathanl@linux.ibm.com
arch/powerpc/platforms/pseries/mobility.c