Re: [PATCH] tee: optee: fix a print error on rng probing

2023-01-18 Thread Jens Wiklander
On Wed, Jan 18, 2023 at 11:51 PM Etienne Carriere wrote: > > On Wed, 18 Jan 2023 at 19:54, Ilias Apalodimas > wrote: > > > > Thanks Patrick, > > > > On Wed, 18 Jan 2023 at 18:53, Patrick DELAUNAY > > wrote: > > > > > > Hi > > > > > > On 1/18/23 16:38, Ilias Apalodimas wrote: > > > > If we fail

Re: [PATCH] tee: optee: fix a print error on rng probing

2023-01-18 Thread Etienne Carriere
On Wed, 18 Jan 2023 at 19:54, Ilias Apalodimas wrote: > > Thanks Patrick, > > On Wed, 18 Jan 2023 at 18:53, Patrick DELAUNAY > wrote: > > > > Hi > > > > On 1/18/23 16:38, Ilias Apalodimas wrote: > > > If we fail to probe the optee-rng device, we print a wrong message > > > referring to the

Re: [PATCH] tee: optee: fix a print error on rng probing

2023-01-18 Thread Ilias Apalodimas
Thanks Patrick, On Wed, 18 Jan 2023 at 18:53, Patrick DELAUNAY wrote: > > Hi > > On 1/18/23 16:38, Ilias Apalodimas wrote: > > If we fail to probe the optee-rng device, we print a wrong message > > referring to the firmware tpm. > > > > Signed-off-by: Ilias Apalodimas > > --- > >

Re: [PATCH] tee: optee: fix a print error on rng probing

2023-01-18 Thread Patrick DELAUNAY
Hi On 1/18/23 16:38, Ilias Apalodimas wrote: If we fail to probe the optee-rng device, we print a wrong message referring to the firmware tpm. Signed-off-by: Ilias Apalodimas --- drivers/tee/optee/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] tee: optee: fix a print error on rng probing

2023-01-18 Thread Ilias Apalodimas
If we fail to probe the optee-rng device, we print a wrong message referring to the firmware tpm. Signed-off-by: Ilias Apalodimas --- drivers/tee/optee/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tee/optee/core.c b/drivers/tee/optee/core.c index