Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kernel][port] add a missing THREAD_UNLOCK call in port_group_remove()
port_group_remove() used to return without unlocking a thread if no matching read port is found, which is not correct. This patch adds a call to THREAD_UNLOCK before it returns ERR_BAD_HANDLE.
- Loading branch information