Re: [PATCH] tpm_ffa_crb: access tpm service over FF-A direct message request v2

From: Yeoreum Yun
Date: Fri Apr 11 2025 - 05:10:50 EST


Hi Jarkko,

> > @@ -277,7 +301,8 @@ static int tpm_crb_ffa_probe(struct ffa_device *ffa_dev)
> >
> > tpm_crb_ffa = ERR_PTR(-ENODEV); // set tpm_crb_ffa so we can detect probe failure
> >
> > - if (!ffa_partition_supports_direct_recv(ffa_dev)) {
> > + if (!ffa_partition_supports_direct_recv(ffa_dev) &&
> > + !ffa_partition_supports_direct_req2_recv(ffa_dev)) {
>
> if (!ffa_partition_supports_direct_recv(ffa_dev) &&
> !ffa_partition_supports_direct_req2_recv(ffa_dev)) {
>
> BR, Jarkko

Thanks. I'll send with indentation fix.

--
Sincerely,
Yeoreum Yun