diff options
author | afzal mohammed <afzal.mohd.ma@gmail.com> | 2020-03-27 19:10:24 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-03-29 22:03:43 +0300 |
commit | 5497fce735baec58b45b790dbcfefc348ff272e2 (patch) | |
tree | b10f51513e5d58ed6fffbf086ed5d089c6989c7b /LICENSES | |
parent | 45b26ddee6d7d69c1ca41fdc843ac2cadaf4293c (diff) | |
download | linux-5497fce735baec58b45b790dbcfefc348ff272e2.tar.xz |
sh: 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/b060312689820559121ee0a6456bbc1202fb7ee5.1585320721.git.afzal.mohd.ma@gmail.com
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions