Skip to content

Commit 2d8308b

Browse files
committed
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fix from James Bottomley: "Single one-line fix in the ufs driver" * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi: scsi: ufs: core: Update compl_time_stamp_local_clock after completing a cqe
2 parents 35f301d + f103396 commit 2d8308b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ufs/core/ufshcd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5556,6 +5556,7 @@ void ufshcd_compl_one_cqe(struct ufs_hba *hba, int task_tag,
55565556

55575557
lrbp = &hba->lrb[task_tag];
55585558
lrbp->compl_time_stamp = ktime_get();
5559+
lrbp->compl_time_stamp_local_clock = local_clock();
55595560
cmd = lrbp->cmd;
55605561
if (cmd) {
55615562
if (unlikely(ufshcd_should_inform_monitor(hba, lrbp)))

0 commit comments

Comments
 (0)