]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
qlcnic: Fix configure interrupts for 83xx adapter types
authorManish Chopra <manish.chopra@qlogic.com>
Thu, 21 Feb 2013 11:09:47 +0000 (11:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Feb 2013 23:15:58 +0000 (18:15 -0500)
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>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c

index c53832b02b3ea22f9e2c050b464498a8067152db..5c033f268ca5c9ff2ba6c74c8221ac619c8f3483 100644 (file)
@@ -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);