summaryrefslogtreecommitdiff
path: root/kernel/power/snapshot.c
diff options
context:
space:
mode:
authorTian Tao <tiantao6@hisilicon.com>2021-05-20 15:34:58 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-05-24 16:06:17 +0200
commit558642bccede3d0e6ffebe4106b0719e29b9e4a8 (patch)
tree3c18e88cb2051f5ee2c9dae0585853be7d9e1e34 /kernel/power/snapshot.c
parentc4681547bcce777daf576925a966ffa824edd09d (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/power/snapshot.c')
0 files changed, 0 insertions, 0 deletions