Re: [PATCH v5 04/16] ufs: core: Defer adding host to scsi if mcq is supported

From: Bart Van Assche
Date: Fri Nov 25 2022 - 19:28:40 EST


On 11/22/22 20:10, Asutosh Das wrote:
If MCQ support is present, enabling it after MCQ support
has been configured would require reallocating tags and memory.
It would also free up the already allocated memory in
Single Doorbell Mode. So defer invoking scsi_add_host() until
MCQ is configured.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>