1
0
Fork 0
alistair23-linux/drivers/tee/optee
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
..
Kconfig
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
call.c
core.c optee: fix invalid of_node_put() in optee_driver_init() 2017-11-29 10:24:57 +01:00
optee_msg.h
optee_private.h
optee_smc.h tee: optee: sync with new naming of interrupts 2017-08-04 10:30:27 +02:00
rpc.c tee: optee: sync with new naming of interrupts 2017-08-04 10:30:27 +02:00
supp.c