mbox series

[GIT,PULL] OP-TEE another fix for v5.17

Message ID 20220214125931.GA1332792@jade (mailing list archive)
State Accepted
Commit 4f6668f05206d8b69cb0f52a635116b119dd6a27
Headers show
Series [GIT,PULL] OP-TEE another fix for v5.17 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-fix2-for-v5.17

Message

Jens Wiklander Feb. 14, 2022, 12:59 p.m. UTC
Hello arm-soc maintainers,

Please pull this small OP-TEE driver fix taking care of a broken return
code in the error path of the two probe functions in the OP-TEE driver.

Please note that this pull request is on top of the previously just merged
patch which introduced the problem fixed here.

Thanks,
Jens

The following changes since commit aceeafefff736057e8f93f19bbfbef26abd94604:

  optee: use driver internal tee_context for some rpc (2022-02-03 13:36:32 +0100)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-fix2-for-v5.17

for you to fetch changes up to 40eb0dcf4114cbfff4d207890fa5a19e82da9fdc:

  tee: optee: fix error return code in probe function (2022-02-14 12:36:48 +0100)

----------------------------------------------------------------
OP-TEE fix error return code in probe functions

----------------------------------------------------------------
Yang Yingliang (1):
      tee: optee: fix error return code in probe function

 drivers/tee/optee/ffa_abi.c | 4 +++-
 drivers/tee/optee/smc_abi.c | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 18, 2022, 8:40 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 14 Feb 2022 13:59:31 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small OP-TEE driver fix taking care of a broken return
> code in the error path of the two probe functions in the OP-TEE driver.
> 
> Please note that this pull request is on top of the previously just merged
> patch which introduced the problem fixed here.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OP-TEE another fix for v5.17
    https://git.kernel.org/soc/soc/c/4f6668f05206

You are awesome, thank you!