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

+1
+1
drivers/ufs/core/ufshcd.c
··· 5556 5556 5557 5557 lrbp = &hba->lrb[task_tag]; 5558 5558 lrbp->compl_time_stamp = ktime_get(); 5559 + lrbp->compl_time_stamp_local_clock = local_clock(); 5559 5560 cmd = lrbp->cmd; 5560 5561 if (cmd) { 5561 5562 if (unlikely(ufshcd_should_inform_monitor(hba, lrbp)))