[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2a682e702de6eb431c7f204962d3e54b67dbd2ff.camel@gmail.com>
Date: Fri, 04 Dec 2020 09:28:57 +0100
From: Bean Huo <huobean@...il.com>
To: Can Guo <cang@...eaurora.org>
Cc: alim.akhtar@...sung.com, avri.altman@....com,
asutoshd@...eaurora.org, jejb@...ux.ibm.com,
martin.petersen@...cle.com, stanley.chu@...iatek.com,
beanhuo@...ron.com, bvanassche@....org, tomas.winkler@...el.com,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] scsi: ufs: Keep device power on only
fWriteBoosterBufferFlushDuringHibernate == 1
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.
Powered by blists - more mailing lists