Re: [PATCH 06/13] scsi: ufs: qcom: Export ufshcd_{enable/disable}_irq helpers and make use of them

From: Bart Van Assche
Date: Fri Dec 01 2023 - 15:27:55 EST


On 12/1/23 07:14, Manivannan Sadhasivam wrote:
Instead of duplicating the enable/disable IRQ part, let's export the
helpers available in ufshcd driver and make use of them. This also fixes
the possible redundant IRQ disable before asserting reset (when IRQ was
already disabled).

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