Re: [PATCH v3 04/10] ata: pata_platform: Use platform_get_irq_optional() to get the interrupt
From: Sergey Shtylyov <hidden>
Date: 2021-12-28 09:33:25
Also in:
lkml
From: Sergey Shtylyov <hidden>
Date: 2021-12-28 09:33:25
Also in:
lkml
On 27.12.2021 22:58, Sergey Shtylyov wrote:
quoted
To be consistent with pata_of_platform driver use platform_get_irq_optional() instead of platform_get_resource(pdev, IORESOURCE_IRQ, 0).But why can't we be consistent with the unpatched pata_of_platfrom(), and then
Sorry, pata_of_platform.
convert to platform_get_irq_optional() after merging both drivers? I'd like to avoid patching the driver to be gone if possible...quoted
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>[...]
MBR, Sergey