qlcnic: Fix diagnostic interrupt test for 83xx adapters.
authorManish Chopra <manish.chopra@qlogic.com>
Fri, 26 Jul 2013 20:24:03 +0000 (16:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Jul 2013 03:03:02 +0000 (20:03 -0700)
o Initialize proper interrupt handler for 83xx.

Signed-off-by: Manish Chopra <manish.chopra@qlogic.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c

index 41635f2..cc78d39 100644 (file)
@@ -1383,6 +1383,8 @@ qlcnic_request_irq(struct qlcnic_adapter *adapter)
        if (adapter->ahw->diag_test == QLCNIC_INTERRUPT_TEST) {
                if (qlcnic_82xx_check(adapter))
                        handler = qlcnic_tmp_intr;
+               else
+                       handler = qlcnic_83xx_tmp_intr;
                if (!QLCNIC_IS_MSI_FAMILY(adapter))
                        flags |= IRQF_SHARED;