Re: [PATCH v3 2/7] ufs: core: Update the ufshcd_clear_cmds() functionality

From: Bart Van Assche
Date: Wed May 10 2023 - 17:57:35 EST


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.