scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
Remove stale debug trace.
Fixes: 1eb42f965c
("qla2xxx: Make trace flags more readable")
Cc: stable@vger.kernel.org #4.10
Signed-off-by: Quinn Tran <quinn.tran@cavium.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
d594db0187
commit
7c388f91ec
|
@ -757,10 +757,6 @@ static int tcm_qla2xxx_queue_status(struct se_cmd *se_cmd)
|
|||
cmd->sg_cnt = 0;
|
||||
cmd->offset = 0;
|
||||
cmd->dma_data_direction = target_reverse_dma_direction(se_cmd);
|
||||
if (cmd->trc_flags & TRC_XMIT_STATUS) {
|
||||
pr_crit("Multiple calls for status = %p.\n", cmd);
|
||||
dump_stack();
|
||||
}
|
||||
cmd->trc_flags |= TRC_XMIT_STATUS;
|
||||
|
||||
if (se_cmd->data_direction == DMA_FROM_DEVICE) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user