spi: fsl-spi: Remove display of virtual address
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 9 Jan 2025 06:51:45 +0000 (07:51 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jan 2025 12:03:29 +0000 (12:03 +0000)
commit636ee5781d259258dc9425a5552be1ffa458633c
tree179bef0325fd186e0708a4745bae01160cb2aa06
parent5640fd07b90ed43225704fecfbbda9d402dba1cf
spi: fsl-spi: Remove display of virtual address

The following appears in kernel log at boot:

fsl_spi b01004c0.spi: at 0x(ptrval) (irq = 51), QE mode

This is useless, so remove the display of that virtual address and
display the MMIO address instead, just like serial core does.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://patch.msgid.link/8a37a960ff084dfdb9233849c00714e9317ae6a5.1736405336.git.christophe.leroy@csgroup.eu
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-fsl-spi.c