On Sun, 2018-08-05 at 14:39 +0300, Avri Altman wrote:
> +     lrbp->command_type = (hba->ufs_version == UFSHCI_VERSION_10 ||
> +                           hba->ufs_version == UFSHCI_VERSION_11) ?
> +                           UTP_CMD_TYPE_DEV_MANAGE :
> +                           UTP_CMD_TYPE_UFS_STORAGE;

Parentheses are not needed around the logical or expression because logical
or has a higher precedence than ?: so please leave the parentheses out.

Thanks,

Bart.

Reply via email to