security/optee_linuxdriver/core/tee_session.c:683:22: error: address of array 'cmd_io->op->params' will always evaluate to 'true'
[-Werror,-Wpointer-bool-conversion]
BUG_ON(!cmd_io->op->params);
~~~~~~~~~~~~~^~~~~~
/security/optee_linuxdriver/core/tee_kernel_api.c:85:18: error: address of array 'context->devname' will always evaluate to 'true'
[-Werror,-Wpointer-bool-conversion]
&& context->devname) ? context->devname : "");
~~ ~~~~~~~~~^~~~~~~
Change-Id: I6fa7e26fa620b48a0a255393b4279ff1cf1700c3
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| tee_context.c | ||
| tee_core.c | ||
| tee_core_priv.h | ||
| tee_debugfs.c | ||
| tee_debugfs.h | ||
| tee_kernel_api.c | ||
| tee_mutex_wait.c | ||
| tee_mutex_wait.h | ||
| tee_session.c | ||
| tee_shm.c | ||
| tee_shm.h | ||
| tee_supp_com.c | ||
| tee_supp_com.h | ||
| tee_sysfs.c | ||
| tee_sysfs.h | ||
| tee_wait_queue.c | ||
| tee_wait_queue.h | ||