2019-02-28 13:27:05

by Jens Wiklander

[permalink] [raw]
Subject: [GIT PULL] tee subsys fixes for v5.0

Hello arm-soc maintainers,

Please pull this last minute fix for the OP-TEE driver.

Thanks,
Jens

The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

https://git.linaro.org/people/jens.wiklander/linux-tee.git
tags/tee-fix-for-v5.0

for you to fetch changes up to c7c0d8df0b94a67377555a550b8d66ee2ad2f4ed:

tee: optee: add missing of_node_put after of_device_is_available
(2019-02-28 10:23:04 +0100)

----------------------------------------------------------------
OP-TEE driver
- add missing of_node_put after of_device_is_available

----------------------------------------------------------------
Julia Lawall (1):
tee: optee: add missing of_node_put after of_device_is_available

drivers/tee/optee/core.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


2019-03-01 14:05:21

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [GIT PULL] tee subsys fixes for v5.0

On Thu, Feb 28, 2019 at 1:32 PM Jens Wiklander
<[email protected]> wrote:
>
> Hello arm-soc maintainers,
>
> Please pull this last minute fix for the OP-TEE driver.

Pulled into arm/fixes, thanks!

Arnd