You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/vk/src/x/dma_ip_drivers/XDMA/linux-kernel/xdma/cdev_sgdma.c: In function ‘async_io_handler’:
/home/vk/src/x/dma_ip_drivers/XDMA/linux-kernel/xdma/cdev_sgdma.c:108:17: error: too many arguments to function ‘caio->iocb->ki_complete’
108 | caio->iocb->ki_complete(caio->iocb, res, res2);
| ^~~~
/home/vk/src/x/dma_ip_drivers/XDMA/linux-kernel/xdma/cdev_sgdma.c:123:9: error: too many arguments to function ‘caio->iocb->ki_complete’
123 | caio->iocb->ki_complete(caio->iocb, numbytes, -EBUSY);
| ^~~~
The text was updated successfully, but these errors were encountered:
Comping for kernel 5.16.0 yields
The text was updated successfully, but these errors were encountered: