gpoulios commented on code in PR #16309:
URL: https://github.com/apache/nuttx/pull/16309#discussion_r2074817879


##########
drivers/misc/optee.c:
##########
@@ -348,8 +419,8 @@ static int optee_ioctl_open_session(FAR struct 
optee_priv_data *priv,
                              msg->params + 2);
   if (ret < 0)
     {
-      close_args.session = msg->session;
-      optee_ioctl_close_session(priv, &close_args);
+      close_arg.session = msg->session;
+      optee_ioctl_close_session(priv, &close_arg);

Review Comment:
   Nice catch.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to