parisc: Fix serio address output
authorHelge Deller <deller@gmx.de>
Thu, 15 Nov 2018 20:09:59 +0000 (21:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2019 14:34:14 +0000 (15:34 +0100)
commit29a0f6c014e94ec23d573fd4506039c91883ea84
tree816d88361da97874af6ebbb8e444606ec0237841
parent91f47b8d547a284a45b1a6b13bf072fb65781914
parisc: Fix serio address output

[ Upstream commit 785145171d17af2554128becd6a7c8f89e101141 ]

We want the hpa addresses printed in the serio modules, not some
virtual ioremap()ed address, e.g.:

 serio: gsc-ps2-keyboard port at 0xf0108000 irq 22 @ 2:0:11
 serio: gsc-ps2-mouse port at 0xf0108100 irq 22 @ 2:0:12

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/input/serio/gscps2.c