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

From: Thomas Weißschuh
Date: Tue Nov 14 2023 - 13:48:48 EST


On 2023-11-14 19:39:55+0100, Bean Huo wrote:
> 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.

If it's fine to have this additional update, all is good.

Thomas