]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef19b561b9ab94d1ed54b6ecf51d1da81aed406c
treea4d7284e0c2fbd2c2277ede9256207c0766acc09
parentd300e8e5a93d65a79be7d16a840286ef252ec300
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