diff options
author | afzal mohammed <afzal.mohd.ma@gmail.com> | 2020-03-01 13:19:44 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-03-04 17:30:30 +0100 |
commit | b75ca5217743e4d7076cf65e044e88389e44318d (patch) | |
tree | 0aee0dc4f4b6ecc3ecfb3e0b0bee441017d95bb2 /arch/arm/mach-pxa | |
parent | Linux 5.6-rc1 (diff) | |
download | linux-b75ca5217743e4d7076cf65e044e88389e44318d.tar.xz linux-b75ca5217743e4d7076cf65e044e88389e44318d.zip |
ARM: OMAP: replace setup_irq() by request_irq()
request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.
Per tglx[1], setup_irq() existed in olden days when allocators were not
ready by the time early interrupts were initialized.
Hence replace setup_irq() by request_irq().
[1] https://lkml.kernel.org/r/alpine.DEB.2.20.1710191609480.1971@nanos
Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-pxa')
0 files changed, 0 insertions, 0 deletions