On Thu, Apr 10, 2025 at 4:06 AM Toke Høiland-Jørgensen <toke@xxxxxxx> wrote: > > Rosen Penev <rosenp@xxxxxxxxx> writes: > > > Avoids having to manually free. Both of these get called and removed in > > probe only and are safe to convert. > > Erm, huh? The request_irq() change in ath_ahb_probe() is literally the > same change that you sent once and that we had to revert. Not taking any > more of these, sorry. You're right about this. The first change is correct as it happens before it is assigned to sc. Will send a v2 without irq changes. > > Nacked-by: Toke Høiland-Jørgensen <toke@xxxxxxx>