summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorafzal mohammed <afzal.mohd.ma@gmail.com>2020-03-27 21:39:50 +0530
committerThomas Gleixner <tglx@linutronix.de>2020-03-29 21:03:42 +0200
commit45b26ddee6d7d69c1ca41fdc843ac2cadaf4293c (patch)
tree340f0094eda5627a0b6bb439969b08451a6776d5 /drivers/pinctrl
parente13b99f3005829acc64287271fa6cacec6e3aeab (diff)
hexagon: Replace setup_irq() by request_irq()
request_irq() is preferred over setup_irq(). Invocations of setup_irq() occur after memory allocators are ready. setup_irq() was required in older kernels as the memory allocator was not available during early boot. Hence replace setup_irq() by request_irq(). Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/e84ac60de8f747d49ce082659e51595f708c29d4.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'drivers/pinctrl')
0 files changed, 0 insertions, 0 deletions