Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7e5688d authored by Vikas Chaudhary's avatar Vikas Chaudhary Committed by James Bottomley
Browse files

[SCSI] qla4xxx: Update print statements in func qla4xxx_do_dpc()

parent 63c9e814
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -5283,9 +5283,9 @@ static void qla4xxx_do_dpc(struct work_struct *work)
		container_of(work, struct scsi_qla_host, dpc_work);
		container_of(work, struct scsi_qla_host, dpc_work);
	int status = QLA_ERROR;
	int status = QLA_ERROR;


	DEBUG2(printk("scsi%ld: %s: DPC handler waking up."
	DEBUG2(ql4_printk(KERN_INFO, ha,
	    "flags = 0x%08lx, dpc_flags = 0x%08lx\n",
			  "scsi%ld: %s: DPC handler waking up. flags = 0x%08lx, dpc_flags = 0x%08lx\n",
	    ha->host_no, __func__, ha->flags, ha->dpc_flags))
			  ha->host_no, __func__, ha->flags, ha->dpc_flags));


	/* Initialization not yet finished. Don't do anything yet. */
	/* Initialization not yet finished. Don't do anything yet. */
	if (!test_bit(AF_INIT_DONE, &ha->flags))
	if (!test_bit(AF_INIT_DONE, &ha->flags))