RE: [PATCH 6/8] scsi: ufshpb: Add hpb dev reset response

From: Avri Altman
Date: Mon Feb 01 2021 - 02:23:53 EST


>
> Hi Avri,
>
> > + list_for_each_entry_safe(rgn, next_rgn, &lru_info->lh_lru_rgn,
> > + list_lru_rgn)
> How about replace list_for_each_entry_safe to list_for_each_entry?
Done.
Can also use the relaxed version in the timeout handler as well (patch 7/8).

Thanks,
Avri