commit | cfb57675934d121c560431911c8bc7ddded0a2fc | [log] [tgz] |
---|---|---|
author | Christoph Müllner <christoph.muellner@theobroma-systems.com> | Sun Jan 26 23:20:54 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 30 13:30:35 2020 -0500 |
tree | 09dd2b0b75d8b976ccf1afe306bb95bcbee1d889 | |
parent | 4d523818a5728996629c69a7f39c48090751a330 [diff] |
optee: Replace uninitialized return variable by proper one. As hinted by GCC 9, there is a return statement that returns an uninitialized variable in optee_copy_firmware_node(). This patch addresses this. Signed-off-by: Christoph Müllner <christoph.muellner@theobroma-systems.com> Reviewed-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>