pkarashchenko commented on code in PR #11029:
URL: https://github.com/apache/nuttx/pull/11029#discussion_r1371558265


##########
arch/risc-v/src/litex/litex_emac.c:
##########
@@ -1341,6 +1370,24 @@ static int litex_ioctl(struct net_driver_s *dev, int 
cmd, unsigned long arg)
                                req->reg_num, req->val_in);
         }
         break;
+
+#ifdef CONFIG_ARCH_PHY_INTERRUPT
+      case SIOCMIINOTIFY:
+        {
+          struct mii_ioctl_notify_s *req =
+                 (struct mii_ioctl_notify_s *)((uintptr_t)arg);

Review Comment:
   ```suggestion
             struct mii_ioctl_notify_s *req =
               (struct mii_ioctl_notify_s *)((uintptr_t)arg);
   ```



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