On 8/12/24 8:41 AM, Bean Huo wrote:
On Mon, 2024-08-12 at 16:01 +0900, Kiwoong Kim wrote:+static inline enum utp_ocs ufshcd_vops_override_cqe_ocs(struct ufs_hba *hba, + enum utp_ocs ocs) +{ + if (hba->vops && hba->vops->override_cqe_ocs) + return hba->vops->override_cqe_ocs(hba);it is useless until you should introduce an usage case.
Indeed. If a new callback is introduced, a user for that callback should be introduced in the same patch series. Thanks, Bart.