Commit 2d8308bf authored by Linus Torvalds's avatar Linus Torvalds
Browse files
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
parents 35f301dd f103396a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5556,6 +5556,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)))