mbox series

[GIT,PULL] tee subsys fixes for v5.0

Message ID CAHUa44G17ksP7qcXTeNb_8TXby++=DmSo9FcDUTNsWBVqL7wpA@mail.gmail.com
State New
Headers show
Series [GIT,PULL] tee subsys fixes for v5.0 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git

Message

Jens Wiklander Feb. 28, 2019, 12:32 p.m. UTC
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(-)

Comments

Arnd Bergmann March 1, 2019, 2 p.m. UTC | #1
On Thu, Feb 28, 2019 at 1:32 PM Jens Wiklander
<jens.wiklander@linaro.org> wrote:
>
> Hello arm-soc maintainers,
>
> Please pull this last minute fix for the OP-TEE driver.

Pulled into arm/fixes, thanks!

     Arnd