Re: [PATCH 2/3] scsi: hisi_sas: Remove some useless code in 'hisi_sas_alloc()'

From: John Garry
Date: Mon Dec 06 2021 - 08:24:17 EST


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>