RE: [PATCH v2 2/4] ufs: core: Remove redundant desc_size variable from hba

From: Arthur Simchaev
Date: Sun Nov 13 2022 - 08:34:52 EST


> Hi Arthur,
>
> Do you think it is better to use kzalloc or kmalloc here? If item in the
>
> descriptor is not supported by the device, it will be 0x00 and then the
>
> relevant feature will be marked as disabled or not supported on the
>
> device feature checkup logic.
>
Agree, better to use kzalloc. Done.