diff options
author | Tian Tao <tiantao6@hisilicon.com> | 2021-05-20 15:34:58 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-05-24 16:06:17 +0200 |
commit | 558642bccede3d0e6ffebe4106b0719e29b9e4a8 (patch) | |
tree | 3c18e88cb2051f5ee2c9dae0585853be7d9e1e34 /kernel/relay.c | |
parent | c4681547bcce777daf576925a966ffa824edd09d (diff) |
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 'kernel/relay.c')
0 files changed, 0 insertions, 0 deletions