[SCSI] qla4xxx: Update print statements in func qla4xxx_do_dpc()
authorVikas Chaudhary <vikas.chaudhary@qlogic.com>
Mon, 16 Dec 2013 11:49:51 +0000 (06:49 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 15 Mar 2014 17:19:16 +0000 (10:19 -0700)
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla4xxx/ql4_os.c

index 7126c97..1859f0d 100644 (file)
@@ -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))