OSDN Git Service

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 08:19:57 +0000 (09:19 +0100)
commitd18f228f504eb7ab0cf434d7a87855c69fc638f8
tree2b37a08ec959d39039831796b6abd38dfcf1220c
parent72a50a1e1c6572b34e783c9e872eeb9fe0863994
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