commit | 2ef1cb763d92f3e212005fcf5dcc713eaf42b257 | [log] [tgz] |
---|---|---|
author | afzal mohammed <afzal.mohd.ma@gmail.com> | Wed Mar 04 06:18:38 2020 +0530 |
committer | Marc Zyngier <maz@kernel.org> | Sun Mar 08 14:25:46 2020 +0000 |
tree | 398a24a3ebdc14feced964b1180c66497249857f | |
parent | bc714c8bd4b7f1f29f9b15d79211c5fb3aa63c4d [diff] |
irqchip: 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: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200304004839.4729-1-afzal.mohd.ma@gmail.com