lkml.org 
[lkml]   [2022]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH linux-next] soc: Use generic_handle_domain_irq()
From
Hi,

On 10/11/2022 8:50 AM, yexingchen116@gmail.com wrote:
> From: ye xingchen <ye.xingchen@zte.com.cn>
>
> Replace generic_handle_irq(irq_find_mapping()) with
> generic_handle_domain_irq().
>
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
> ---
> drivers/soc/dove/pmu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/soc/dove/pmu.c b/drivers/soc/dove/pmu.c
> index ffc5311c0ed8..308fe45231b4 100644
> --- a/drivers/soc/dove/pmu.c
> +++ b/drivers/soc/dove/pmu.c
> @@ -243,7 +243,7 @@ static void pmu_irq_handler(struct irq_desc *desc)
> stat &= ~(1 << hwirq);
> done &= ~(1 << hwirq);
>
> - generic_handle_irq(irq_find_mapping(domain, hwirq));
> + generic_handle_domain_irq(domain, hwirq);

Thanks.

Reviewed-By : Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh


> }
>
> /*

\
 
 \ /
  Last update: 2022-10-11 06:25    [W:0.031 / U:2.784 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site