Re: [PATCH] tee: optee: Change printing during optee_probe

2021-03-10 Thread Ilias Apalodimas
On Wed, Mar 10, 2021 at 02:28:20PM +0100, Patrick DELAUNAY wrote: > Hi Ilias > > On 3/10/21 12:01 PM, Ilias Apalodimas wrote: > > Right now the error messages when optee has a version mismatch or shared > > memory is not configured are done with a debug(). > > That's not very convenient since you

Re: [PATCH] tee: optee: Change printing during optee_probe

2021-03-10 Thread Patrick DELAUNAY
Hi Ilias On 3/10/21 12:01 PM, Ilias Apalodimas wrote: Right now the error messages when optee has a version mismatch or shared memory is not configured are done with a debug(). That's not very convenient since you have to enable debugging to figure out what's going on, although this is an actual

[PATCH] tee: optee: Change printing during optee_probe

2021-03-10 Thread Ilias Apalodimas
Right now the error messages when optee has a version mismatch or shared memory is not configured are done with a debug(). That's not very convenient since you have to enable debugging to figure out what's going on, although this is an actual error. So let's switch the debug() -> log_err() and rep