On 3/7/24 23:02, peter.wang at mediatek.com wrote:
> +static bool ufs_mtk_is_tx_skew_fix(struct ufs_hba *hba)
> +{
> + struct ufs_mtk_host *host = ufshcd_get_variant(hba);
> +
> + return !!(host->caps & UFS_MTK_CAP_TX_SKEW_FIX);
> +}
Same comment here - please leave out the !!
Thanks,
Bart.