Re: [PATCH] PM / wakeirq: move to use request_irq by IRQF_NO_AUTOEN flag
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-05-24 14:07:47
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-05-24 14:07:47
On Fri, May 21, 2021 at 8:09 PM Tony Lindgren [off-list ref] wrote:
* Rafael J. Wysocki [off-list ref] [210521 16:57]:quoted
On Thu, May 20, 2021 at 9:35 AM Tian Tao [off-list ref] wrote:quoted
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>Tony, what do you think?Sounds good to me: Reviewed-by: Tony Lindgren <tony@atomide.com>
Applied as 5.14 material, thanks!