firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 31 Mar 2024 13:50:37 +0000 (22:50 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 02:06:04 +0000 (11:06 +0900)
commite41b2c1532d6d43945a59e7d844a258b5a82f307
tree2c88678ad5da62a42159a85b633487226927062c
parentb9d9a025bf2fa93d421cc5e54bf1dfaa3a55d60a
firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line

The pci_irq_vector() is available to retrieve the allocated interrupt line
instead of the direct access to the member of device structure.

Link: https://lore.kernel.org/r/20240331135037.191479-5-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c