diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2021-05-20 10:34:58 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-05-24 17:06:17 +0300 |
commit | 558642bccede3d0e6ffebe4106b0719e29b9e4a8 (patch) | |
tree | 3c18e88cb2051f5ee2c9dae0585853be7d9e1e34 /scripts/gdb/linux/tasks.py | |
parent | c4681547bcce777daf576925a966ffa824edd09d (diff) | |
download | linux-558642bccede3d0e6ffebe4106b0719e29b9e4a8.tar.xz |
PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQ
request_irq() after setting IRQ_NOAUTOEN as below
irq_set_status_flags(irq, IRQ_NOAUTOEN);
request_irq(dev, irq...);
can be replaced by request_irq() with IRQF_NO_AUTOEN flag.
This change is just to simplify the code, no actual functional
changes.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Reviewed-by: Tony Lindgren <tony@atomide.com>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions