Re: [PATCH v2] ufs:mcq:Fixing Error Output and cleanup for ufshcd_mcq_abort

From: Bart Van Assche
Date: Fri May 24 2024 - 09:58:16 EST


On 5/23/24 18:59, Chanwoo Lee wrote:
An error unrelated to ufshcd_try_to_abort_task is being output and
can cause confusion. So, I modified it to output the result of abort
fail.
* dev_err(hba->dev, "%s: device abort failed %d\n", __func__, err);

And for readability,I modified it to return immediately instead of 'goto'.

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