xiaoxiang781216 commented on code in PR #17777:
URL: https://github.com/apache/nuttx/pull/17777#discussion_r2664840257
##########
drivers/virtio/virtio-gpu.c:
##########
@@ -603,6 +693,9 @@ static int virtio_gpu_probe(FAR struct virtio_device *vdev)
goto err_init_fb;
}
+ work_queue(HPWORK, &priv->work, (void *)virtio_gpu_vsync_interrupt,
Review Comment:
remove the cast
--
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]