diff options
author | afzal mohammed <afzal.mohd.ma@gmail.com> | 2020-03-27 18:14:51 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-03-27 14:10:52 +0100 |
commit | d163dcc2be7fe04059782db35c73ad32c56864e3 (patch) | |
tree | 9ea83778f8081e4fc4c505ccba659f5856849058 /scripts/decodecode | |
parent | c43ff6a81402c7c9847e14d1606598982fc6696e (diff) |
ARM: iop32x: 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
Link: https://lore.kernel.org/r/20200327124451.4298-1-afzal.mohd.ma@gmail.com
Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/decodecode')
0 files changed, 0 insertions, 0 deletions