Open
Description
The remoteproc_virtio_notify function is used in functions defined in remoteproc_virtio.c as rpvdev->notify. The implementation is ultimately defined by the BSP. This function returns the status of the operation but the status is not checked by any of the calling routines. Should the return status of remoteproc_virtio_notify be changed to void?