Re: [PATCH v1 2/2] scsi: ufs: core: Add sysfs node for UFS RTC update

From: Bean Huo
Date: Tue Nov 14 2023 - 13:40:11 EST


Hi Thomas,


On Thu, 2023-11-09 at 15:05 +0100, Thomas Weißschuh wrote:
> > +               schedule_delayed_work(&hba->ufs_rtc_delayed_work,
> > +                                               msecs_to_jiffies(hb
> > a->dev_info.rtc_update_period));
>
> What about the other work that has already been scheduled?

I don't quite understand your concern here, I need to schedule the
work when needed because of resume_period_update.

Work may have been scheduled, but that's okay, there will be one more
RTC update as expected.

Kind regards,
Bean