diff options
author | Manish Chopra <manish.chopra@qlogic.com> | 2013-02-21 11:09:47 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-02-21 18:15:58 -0500 |
commit | 8e29965db68a91b992b2c84558675c7c5a932a20 (patch) | |
tree | 5af77e673bb02eaca9265a51ac658987d6d55ea2 /drivers | |
parent | d09529e6a6317801d2bbf3eeebf650b1bf2f78e8 (diff) | |
download | linux-8e29965db68a91b992b2c84558675c7c5a932a20.tar.gz linux-8e29965db68a91b992b2c84558675c7c5a932a20.tar.bz2 linux-8e29965db68a91b992b2c84558675c7c5a932a20.zip |
qlcnic: Fix configure interrupts for 83xx adapter types
Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c index c53832b02b3e..5c033f268ca5 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c @@ -589,13 +589,6 @@ static int qlcnic_83xx_idc_reattach_driver(struct qlcnic_adapter *adapter) qlcnic_83xx_register_nic_idc_func(adapter, 1); qlcnic_83xx_enable_mbx_intrpt(adapter); - if ((adapter->flags & QLCNIC_MSIX_ENABLED)) { - if (qlcnic_83xx_config_intrpt(adapter, 1)) { - netdev_err(adapter->netdev, - "Failed to enable mbx intr\n"); - return -EIO; - } - } if (qlcnic_83xx_configure_opmode(adapter)) { qlcnic_83xx_idc_enter_failed_state(adapter, 1); |