Merge "scsi: ufs: Get TX and RX fsm state in case of abort"
This commit is contained in:
commit
0cc98101b4
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,6 @@ static void ufshcd_print_host_state(struct ufs_hba *hba)
|
|||
hba->capabilities, hba->caps);
|
||||
dev_err(hba->dev, "quirks=0x%x, dev. quirks=0x%x\n", hba->quirks,
|
||||
hba->dev_quirks);
|
||||
ufshcd_print_fsm_state(hba);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -6834,6 +6833,7 @@ static int ufshcd_abort(struct scsi_cmnd *cmd)
|
|||
*/
|
||||
scsi_print_command(cmd);
|
||||
if (!hba->req_abort_count) {
|
||||
ufshcd_print_fsm_state(hba);
|
||||
ufshcd_print_host_regs(hba);
|
||||
ufshcd_print_host_state(hba);
|
||||
ufshcd_print_pwr_info(hba);
|
||||
|
|
Loading…
Add table
Reference in a new issue