Re: [PATCH net] net: lan966x: Make sure to release ptp interrupt

From: Jakub Kicinski
Date: Fri Apr 15 2022 - 15:01:57 EST


On Wed, 13 Apr 2022 21:57:16 +0200 Horatiu Vultur wrote:
> When the lan966x driver is removed make sure to remove also the ptp_irq
> IRQ.

I presume it's because you want to disable the IRQ so it doesn't fire
during / after remove? Would be good to have such justifications
spelled out in the commit message in the future!

> Fixes: e85a96e48e3309 ("net: lan966x: Add support for ptp interrupts")
> Signed-off-by: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>