mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 08:42:47 +00:00
scsi: ufs: reqs and tasks were put in the wrong order
Signed-off-by: Zang Leigang <zangleigang@hisilicon.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
610448367c
commit
e002e65188
@ -438,7 +438,7 @@ static void ufshcd_print_host_state(struct ufs_hba *hba)
|
||||
{
|
||||
dev_err(hba->dev, "UFS Host state=%d\n", hba->ufshcd_state);
|
||||
dev_err(hba->dev, "lrb in use=0x%lx, outstanding reqs=0x%lx tasks=0x%lx\n",
|
||||
hba->lrb_in_use, hba->outstanding_tasks, hba->outstanding_reqs);
|
||||
hba->lrb_in_use, hba->outstanding_reqs, hba->outstanding_tasks);
|
||||
dev_err(hba->dev, "saved_err=0x%x, saved_uic_err=0x%x\n",
|
||||
hba->saved_err, hba->saved_uic_err);
|
||||
dev_err(hba->dev, "Device power mode=%d, UIC link state=%d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user