cgel.zte@xxxxxxxxx wrote: > 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> > Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxx> > Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx> Patch applied to ath-next branch of ath.git, thanks. 9503a1fc123d ath9k: Use platform_get_irq() to get the interrupt -- https://patchwork.kernel.org/project/linux-wireless/patch/20220314064501.2114002-1-chi.minghao@xxxxxxxxxx/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches