On 5/9/23 22:24, Bao D. Nguyen wrote:
-static int ufshcd_clear_cmds(struct ufs_hba *hba, u32 mask) +static int ufshcd_clear_cmds(struct ufs_hba *hba, u32 task_tag)
Since this patch changes the behavior of this function from aborting multiple commands into aborting a single command, please rename ufshcd_clear_cmds() into ufshcd_clear_cmd() in this patch.
Thanks, Bart.