Re: [PATCH] pcmcia: Use platform_get_irq() to get the interrupt

From: Dominik Brodowski
Date: Sat May 28 2022 - 03:37:13 EST


Am Wed, Mar 09, 2022 at 05:37:32AM +0000 schrieb cgel.zte@xxxxxxxxx:
> From: Minghao Chi <chi.minghao@xxxxxxxxxx>
>
> It is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ)
> for requesting IRQ's resources any more, as they can be not ready yet in
> case of DT-booting.
>
> platform_get_irq() instead is a recommended way for getting IRQ even if
> it was not retrieved earlier.
>
> It also makes code simpler because we're getting "int" value right away
> and no conversion from resource to int is required.
>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> Signed-off-by: Minghao Chi <chi.minghao@xxxxxxxxxx>

Applied to the pcmcia tree.

Thanks,
Dominik