RE:(2) [PATCH] scsi: ufs: Fix divide zero case in ufshcd_map_queues()
From: Jinyoung CHOI
Date: Mon Feb 14 2022 - 20:38:11 EST
>On 2/14/22 02:33, Jinyoung CHOI wrote:
>> Before calling blk_mq_map_queues(), the mq_map and nr_queues belonging
>> to "struct blk_mq_queue_map" must be a vaild value.
> ^^ ^^^^^
> have valid
>
>> If nr_queues is set to 0, the system may encounter the "divide zero"
>> depending on the type of architecture.
>
>Anyway:
>
>Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>
Hi, Bart.
Thanks for your review.
I will be careful of typo. :)
Best Regards,
Jinyoung Choi