Re: [PATCH] tee: optee: Initialize some structs using memset instead of braces

From: Arnd Bergmann
Date: Wed Feb 20 2019 - 10:24:10 EST


On Tue, Feb 19, 2019 at 10:50 AM Sumit Garg <sumit.garg@xxxxxxxxxx> wrote:
> On Tue, 19 Feb 2019 at 14:45, Nathan Chancellor <natechancellor@xxxxxxxxx> wrote:

> >
> > Fixes: c3fa24af9244 ("tee: optee: add TEE bus device enumeration support")
> > Link: https://github.com/ClangBuiltLinux/linux/issues/370
> > Signed-off-by: Nathan Chancellor <natechancellor@xxxxxxxxx>
>
> Reviewed-by: Sumit Garg <sumit.garg@xxxxxxxxxx>

I independently noticed the same bug, so I went ahead and applied Nathan's
fix with your Reviewed-by tag into the arm/drivers tree.

Arnd