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

Commit b3c03324 authored by Can Guo's avatar Can Guo
Browse files

scsi: ufs: remove command logging print from eh_device_reset_handler



The command logging print in eh_device_reset_handler path is redundant,
remove it to reduce err logs when eh_device_reset_handler kicks off.

Change-Id: I54070d1f01d31e26021c04d5171a70b669d5d258
Signed-off-by: default avatarCan Guo <cang@codeaurora.org>
parent 364e8d57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7647,7 +7647,6 @@ static int ufshcd_eh_device_reset_handler(struct scsi_cmnd *cmd)
	hba = shost_priv(host);
	tag = cmd->request->tag;

	ufshcd_print_cmd_log(hba);
	lrbp = &hba->lrb[tag];
	err = ufshcd_issue_tm_cmd(hba, lrbp->lun, 0, UFS_LOGICAL_RESET, &resp);
	if (err || resp != UPIU_TASK_MANAGEMENT_FUNC_COMPL) {