Re: [PATCH net-next ] ibmvnic: Correct goto target for tx irq initialization failure

2018-02-21 Thread David Miller
From: Nathan Fontenot Date: Tue, 20 Feb 2018 11:04:18 -0600 > When a failure occurs during initialization of the tx sub crq > irqs, we should branch to the cleanup of the tx irqs. The current > code branches to the rx irq cleanup and attempts to cleanup the > rx irqs which have not been initializ

[PATCH net-next ] ibmvnic: Correct goto target for tx irq initialization failure

2018-02-20 Thread Nathan Fontenot
When a failure occurs during initialization of the tx sub crq irqs, we should branch to the cleanup of the tx irqs. The current code branches to the rx irq cleanup and attempts to cleanup the rx irqs which have not been initialized. Signed-off-by: Nathan Fontenot --- drivers/net/ethernet/ibm/ibm