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

Rename the function rockchip_pcie_legacy_int_handler() to
rockchip_pcie_intx_handler() to match the code managing INTX interrupts
(e.g. intx_domain_ops) and the term used in the PCI specifications.

Link: https://lore.kernel.org/r/20231122060406.14695-12-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/dwc/pcie-dw-rockchip.c