linux-brain/drivers/tee
Jens Wiklander 305c938ca9 optee: fix invalid of_node_put() in optee_driver_init()
The first node supplied to of_find_matching_node() has its reference
counter decreased as part of call to that function. In optee_driver_init()
after calling of_find_matching_node() it's invalid to call of_node_put() on
the supplied node again.

So remove the invalid call to of_node_put().

Reported-by: Alex Shi <alex.shi@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
(cherry picked from commit f044113113)
2018-03-20 14:53:25 -05:00
..
optee optee: fix invalid of_node_put() in optee_driver_init() 2018-03-20 14:53:25 -05:00
Kconfig tee: add ARM_SMCCC dependency 2018-03-19 15:55:39 -05:00
Makefile tee: add OP-TEE driver 2018-03-19 15:55:37 -05:00
tee_core.c tee: add TEE_IOCTL_PARAM_ATTR_META 2018-03-19 15:55:38 -05:00
tee_private.h
tee_shm_pool.c
tee_shm.c tee: tee_shm: Constify dma_buf_ops structures. 2018-03-19 15:55:39 -05:00