From: Vikas Chaudhary <vikas.chaudh...@qlogic.com>

Signed-off-by: Vikas Chaudhary <vikas.chaudh...@qlogic.com>
---
 drivers/scsi/qla4xxx/ql4_os.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index 410fe02..e8a8a7d 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -5283,9 +5283,9 @@ static void qla4xxx_do_dpc(struct work_struct *work)
                container_of(work, struct scsi_qla_host, dpc_work);
        int status = QLA_ERROR;
 
-       DEBUG2(printk("scsi%ld: %s: DPC handler waking up."
-           "flags = 0x%08lx, dpc_flags = 0x%08lx\n",
-           ha->host_no, __func__, ha->flags, ha->dpc_flags))
+       DEBUG2(ql4_printk(KERN_INFO, ha,
+                         "scsi%ld: %s: DPC handler waking up. flags = 0x%08lx, 
dpc_flags = 0x%08lx\n",
+                         ha->host_no, __func__, ha->flags, ha->dpc_flags));
 
        /* Initialization not yet finished. Don't do anything yet. */
        if (!test_bit(AF_INIT_DONE, &ha->flags))
-- 
1.8.2.GIT

--
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