Skip to content

Commit

Permalink
tee: optee: disable device enumeration
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Grytsov <[email protected]>
  • Loading branch information
al1img committed May 5, 2021
1 parent 966ce4f commit 143ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tee/optee/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ static struct optee *optee_probe(struct device_node *np)

rc = optee_enumerate_devices();
if (rc)
goto err;
pr_warn("can't enumerate optee_devices: %d\n", rc);

pr_info("initialized driver\n");
return optee;
Expand Down

0 comments on commit 143ed7b

Please sign in to comment.