Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/misc: fix rpmsg dev poll assert crash
when client read and poll wait buffer from server side and server side may poll notify more than one times, then rpmsgdev in client side will call "rpmsgdev_poll_setup(priv, 0, false);" twice which will cause crash in vela rpmsgdev_server.c Signed-off-by: rongyichang <[email protected]>
- Loading branch information