[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Z/ja6KO/03EkNz4z@e129823.arm.com>
Date: Fri, 11 Apr 2025 10:03:36 +0100
From: Yeoreum Yun <yeoreum.yun@....com>
To: Jarkko Sakkinen <jarkko@...nel.org>
Cc: peterhuewe@....de, jgg@...pe.ca, sudeep.holla@....com,
stuart.yoder@....com, linux-integrity@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tpm_ffa_crb: access tpm service over FF-A direct message
request v2
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
Powered by blists - more mailing lists