RE: [PATCH 6/8] scsi: ufshpb: Add hpb dev reset response
From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-02-01 07:24:00
Also in:
lkml
From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-02-01 07:24:00
Also in:
lkml
Hi Avri,quoted
+ 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