Commit b9d9a02
committed
firewire: ohci: obsolete usage of deprecated API for MSI
The usage of the pair of pci_enable_msi() and pci_disable_msi() is
deprecated.
This commit uses the preferred pair of API for the purpose. The call of
pci_alloc_irq_vectors() can have a subeffect to change the return value
of pci_dev_msi_enabled().
Link: https://lore.kernel.org/r/20240331135037.191479-4-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>1 parent d4cad41 commit b9d9a02
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3631 | 3631 | | |
3632 | 3632 | | |
3633 | 3633 | | |
3634 | | - | |
| 3634 | + | |
3635 | 3635 | | |
3636 | 3636 | | |
3637 | 3637 | | |
| |||
3756 | 3756 | | |
3757 | 3757 | | |
3758 | 3758 | | |
| 3759 | + | |
3759 | 3760 | | |
3760 | | - | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
3761 | 3766 | | |
3762 | 3767 | | |
3763 | 3768 | | |
| |||
3784 | 3789 | | |
3785 | 3790 | | |
3786 | 3791 | | |
3787 | | - | |
| 3792 | + | |
3788 | 3793 | | |
3789 | 3794 | | |
3790 | 3795 | | |
| |||
3812 | 3817 | | |
3813 | 3818 | | |
3814 | 3819 | | |
3815 | | - | |
| 3820 | + | |
3816 | 3821 | | |
3817 | 3822 | | |
3818 | 3823 | | |
| |||
0 commit comments