PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()
authorDamien Le Moal <dlemoal@kernel.org>
Wed, 22 Nov 2023 06:04:05 +0000 (15:04 +0900)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Tue, 19 Dec 2023 08:36:42 +0000 (09:36 +0100)
commit95da5fedd325a6f953e06933249f371f72b41df7
tree8d0f279f5f0ec4731a07578aab061cf53d25f725
parent5815c2d17a74927c627f5c759bd9d772ac4c3981
PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()

Rename the function rockchip_pcie_legacy_int_handler() of the rockchip
host driver to rockchip_pcie_intx_handler() to match the PCI_IRQ_INTX
macro name used to control this function execution, and to match the
term used in the PCI specifications.

Link: https://lore.kernel.org/r/20231122060406.14695-16-dlemoal@kernel.org
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/pci/controller/pcie-rockchip-host.c