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'.