On 26/11/2021 21:18, Christophe JAILLET wrote:
The 'hisi_hba->slot_index_tags' bitmap is allocated with 'bitmap_zalloc()' so it is already cleared. There is no need to clear it another time, one bit at a time. So, remove the corresponding useless code. Signed-off-by: Christophe JAILLET<christophe.jaillet@xxxxxxxxxx>
Acked-by: John Garry <john.garry@xxxxxxxxxx>