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>