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

Ilias Apalodimas ilias.apalodimas at linaro.org
Wed Jan 18 19:54:17 CET 2023


Thanks Patrick,

On Wed, 18 Jan 2023 at 18:53, Patrick DELAUNAY
<patrick.delaunay at foss.st.com> 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 <ilias.apalodimas at linaro.org>
> > ---
> >   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 a813a84a4f16..88e23d252bcd 100644
> > --- a/drivers/tee/optee/core.c
> > +++ b/drivers/tee/optee/core.c
> > @@ -850,7 +850,7 @@ static int optee_probe(struct udevice *dev)
> >               ret = device_bind_driver_to_node(dev, "optee-rng", "optee-rng",
> >                                                dev_ofnode(dev), NULL);
> >               if (ret)
> > -                     dev_warn(dev, "ftpm_tee failed to bind: %d\n", ret);
> > +                     dev_warn(dev, "optee-rng failed to bind: %d\n", ret);
> >       }
> >
> >       return 0;
>
>
> I think you can add:
>
> Fixes: 476a3d58dfeb ("tee: optee: don't fail probe because of optee-rng")
>
>
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>

Sure I'll wait for additional reviews etc and respin

Cheers
/Ilias
>
> Thanks
> Patrick
>
>


More information about the U-Boot mailing list