Re: [PATCH 2/3] scsi: ufs: Keep device power on only fWriteBoosterBufferFlushDuringHibernate == 1

From: Bean Huo
Date: Fri Dec 04 2020 - 03:30:01 EST


On Fri, 2020-12-04 at 11:26 +0800, Can Guo wrote:
> >
> > if (!ufshcd_is_wb_allowed(hba))
> > return false;
> > +
> > + if (!hba->dev_info.is_hibern8_wb_flush)
> > + return false;
>
> The check is in the wrong place - even if say
> fWriteBoosterBufferFlushDuringHibernate is failed to be enabled,
> ufshcd_wb_need_flush() still needs to reflect the fact that whether
> the wb buffer needs to be flushed or not - it should not be decided
> by the flag.
>
Can,
you are right, let me take it out from this function, and see if
acceptable.

Thanks,
Bean

> Thanks,
>
> Can Guo.