RE: [EXT] Re: [PATCH v4 6/8] scsi: ufs: Delete is_init_prefetch from struct ufs_hba

From: Bean Huo (beanhuo)
Date: Wed Jan 22 2020 - 05:13:11 EST


Hi, Bart

>
> On 2020-01-20 05:08, Bean Huo wrote:
> > Without variable is_init_prefetch, the current logic can guarantee
> > ufshcd_init_icc_levels() will execute only once, delete it now.
>
> How about changing this description into the following:
>
> A previous patch in this series introduced ufshcd_add_lus(). That function is
> called once per HBA which makes the is_init_prefetch member superfluous.
> Hence remove the is_init_prefetch member.
>
> Anyway:
>
> Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>

Vielen Dank.
Yes, I agree your commit message is better than mine. but they have the same final meaning.
And I see Martin has mainlined my patches, if he need my next one, I will change to your description.

Thanks,

//Bean