From: Chad Dupuis <chad.dup...@qlogic.com>

Signed-off-by: Chad Dupuis <chad.dup...@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kash...@qlogic.com>
---
 drivers/scsi/qla2xxx/qla_dbg.c |    1 +
 drivers/scsi/qla2xxx/qla_nx.c  |   14 --------------
 2 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c
index 9d289a4..6ee4fcb 100644
--- a/drivers/scsi/qla2xxx/qla_dbg.c
+++ b/drivers/scsi/qla2xxx/qla_dbg.c
@@ -27,6 +27,7 @@
  * | Async Events                 |       0x5081       | 0x502b-0x502f  |
  * |                              |                    | 0x5047,0x5052  |
  * |                              |                    | 0x5040,0x5075  |
+ * |                              |                    | 0x503d,0x5044  |
  * | Timer Routines               |       0x6011       |                |
  * | User Space Interactions      |       0x70dd       | 0x7018,0x702e, |
  * |                              |                    | 0x7020,0x7024, |
diff --git a/drivers/scsi/qla2xxx/qla_nx.c b/drivers/scsi/qla2xxx/qla_nx.c
index 01b72e0..b3e48f5 100644
--- a/drivers/scsi/qla2xxx/qla_nx.c
+++ b/drivers/scsi/qla2xxx/qla_nx.c
@@ -2077,13 +2077,6 @@ qla82xx_intr_handler(int irq, void *dev_id)
                WRT_REG_DWORD(&reg->host_int, 0);
        }
 
-#ifdef QL_DEBUG_LEVEL_17
-       if (!irq && ha->flags.eeh_busy)
-               ql_log(ql_log_warn, vha, 0x503d,
-                   "isr:status %x, cmd_flags %lx, mbox_int %x, stat %x.\n",
-                   status, ha->mbx_cmd_flags, ha->flags.mbox_int, stat);
-#endif
-
        qla2x00_handle_mbx_completion(ha, status);
        spin_unlock_irqrestore(&ha->hardware_lock, flags);
 
@@ -2149,13 +2142,6 @@ qla82xx_msix_default(int irq, void *dev_id)
                WRT_REG_DWORD(&reg->host_int, 0);
        } while (0);
 
-#ifdef QL_DEBUG_LEVEL_17
-       if (!irq && ha->flags.eeh_busy)
-               ql_log(ql_log_warn, vha, 0x5044,
-                   "isr:status %x, cmd_flags %lx, mbox_int %x, stat %x.\n",
-                   status, ha->mbx_cmd_flags, ha->flags.mbox_int, stat);
-#endif
-
        qla2x00_handle_mbx_completion(ha, status);
        spin_unlock_irqrestore(&ha->hardware_lock, flags);
 
-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to