[PATCH] pcmcia: Use platform_get_irq() to get the interrupt
Dominik Brodowski
linux at dominikbrodowski.net
Sat May 28 00:26:19 PDT 2022
Am Wed, Mar 09, 2022 at 05:37:32AM +0000 schrieb cgel.zte at gmail.com:
> From: Minghao Chi <chi.minghao at zte.com.cn>
>
> 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 at zte.com.cn>
> Signed-off-by: Minghao Chi <chi.minghao at zte.com.cn>
Applied to the pcmcia tree.
Thanks,
Dominik
More information about the linux-arm-kernel
mailing list