Merge branch 'fixes' into for-next

This commit is contained in:
James Bottomley 2024-12-10 07:08:53 -05:00
commit 1fb3855b8a

View File

@ -5549,6 +5549,7 @@ void ufshcd_compl_one_cqe(struct ufs_hba *hba, int task_tag,
lrbp = &hba->lrb[task_tag];
lrbp->compl_time_stamp = ktime_get();
lrbp->compl_time_stamp_local_clock = local_clock();
cmd = lrbp->cmd;
if (cmd) {
if (unlikely(ufshcd_should_inform_monitor(hba, lrbp)))