linux/drivers/net/ethernet/atheros/alx
Tobias Regnery 0ca4e20ba3 alx: fix error handling in __alx_open
In commit 9ee7b683ea we moved the enablement of msi interrupts earlier in
alx_init_intr. If there is an error in alx_alloc_rings, __alx_open returns
with an error but msi (or msi-x) interrupts stays enabled. Add a new error
label to disable msi (or msi-x) interrupts.

Fixes: 9ee7b683ea ("alx: refactor msi enablement and disablement")
Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-15 20:15:26 -04:00
..
alx.h alx: add msi-x support 2016-09-09 20:51:21 -07:00
ethtool.c alx: add stats to ethtool 2014-01-11 20:52:59 -08:00
hw.c alx: add msi-x support 2016-09-09 20:51:21 -07:00
hw.h alx: add msi-x support 2016-09-09 20:51:21 -07:00
main.c alx: fix error handling in __alx_open 2016-09-15 20:15:26 -04:00
Makefile
reg.h Add Killer E2500 device ID in alx driver. 2016-08-29 00:23:50 -04:00