Commit d4cad41
committed
firewire: ohci: replace request_irq() with request_threaded_irq()
Nowadays request_irq() is a wrapper of request_threaded_irq(). The IRQ
handler of 1394 ohci driver has never been optimized yet, while it is
a good preparation for the future work to replace the latter.
This commit replaces the former.
Link: https://lore.kernel.org/r/20240331135037.191479-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>1 parent fb7d0e5 commit d4cad41
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3758 | 3758 | | |
3759 | 3759 | | |
3760 | 3760 | | |
3761 | | - | |
3762 | | - | |
3763 | | - | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
3764 | 3765 | | |
3765 | | - | |
3766 | 3766 | | |
3767 | 3767 | | |
3768 | 3768 | | |
| |||
0 commit comments