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

Reply via email to