linux-uconsole/security/optee_linuxdriver/core
Tao Huang fbbb55cb30 OP-TEE: fix clang warning
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>
2019-08-19 08:52:08 +08:00
..
Makefile rk: add SPDX license identifier to files with no license 2018-01-31 20:56:06 +08:00
tee_context.c OP-TEE: change 'struct kref' member read function 2019-06-27 20:02:27 +08:00
tee_core.c OP-TEE: optimize client application running process 2019-06-27 17:14:33 +08:00
tee_core_priv.h
tee_debugfs.c
tee_debugfs.h
tee_kernel_api.c OP-TEE: fix clang warning 2019-08-19 08:52:08 +08:00
tee_mutex_wait.c
tee_mutex_wait.h
tee_session.c OP-TEE: fix clang warning 2019-08-19 08:52:08 +08:00
tee_shm.c OP-TEE: fix IS_ERR_VALUE compilation error 2019-06-27 19:54:39 +08:00
tee_shm.h OP-TEE: keep compitable with new version driver 2017-11-30 11:21:37 +08:00
tee_supp_com.c OP-TEE: fix warning when LPAE is activated on ARM 2017-06-05 14:29:35 +08:00
tee_supp_com.h OP-TEE: update optee_linuxdriver to match updated optee_os & optee_client 2017-01-11 11:25:40 +08:00
tee_sysfs.c
tee_sysfs.h
tee_wait_queue.c
tee_wait_queue.h