Re: [PATCH] vdpa: solidrun: Free IRQs after request failure

From: Markus Elfring

Date: Tue Aug 04 2026 - 13:21:16 EST


> Unwind any IRQs already requested by snet_request_irqs() before returning
> an error so a later retry starts from a clean state.

How good does a proposed snet_free_irqs(snet) call fit to previous devm_request_irq() calls?


I suggest to avoid duplicate exception handling code for affected cases.

Regards,
Markus