1
0
Fork 0
alistair23-linux/drivers/tee
Jens Wiklander f044113113 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>
2017-11-29 10:24:57 +01:00
..
optee optee: fix invalid of_node_put() in optee_driver_init() 2017-11-29 10:24:57 +01:00
Kconfig tee: add ARM_SMCCC dependency 2017-05-10 21:05:16 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tee_core.c tee: indicate privileged dev in gen_caps 2017-08-04 10:30:27 +02:00
tee_private.h
tee_shm.c tee: tee_shm: Constify dma_buf_ops structures. 2017-08-04 10:30:27 +02:00
tee_shm_pool.c