pkarashchenko commented on code in PR #6057:
URL: https://github.com/apache/incubator-nuttx/pull/6057#discussion_r851935240


##########
net/netdev/netdev_ioctl.c:
##########
@@ -1072,7 +1072,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int 
cmd,
           if (dev && dev->d_ioctl)
             {
               struct can_ioctl_data_s *can_bitrate_data =
-                &req->ifr_ifru.ifru_can_bitrate;
+                &req->ifr_ifru.ifru_can_data;

Review Comment:
   I think this is done to be consistent with line 1093 of the added code



-- 
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