Re: [PATCH 3/5] irqchip/qcom-pdc: Kill qcom_pdc_translate helper
From: Maulik Shah (mkshah)
Date: Mon Feb 28 2022 - 14:49:15 EST
Hi,
On 2/24/2022 3:42 PM, Marc Zyngier wrote:
qcom_pdc_translate() really is nothing but an open coded version
of irq_domain_translate_twocell(). Get rid of it and use the common
version instead.
Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
Reviewed-by: Maulik Shah <quic_mkshah@xxxxxxxxxxx>
Thanks,
Maulik
---
drivers/irqchip/qcom-pdc.c | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)