Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/hinic: remove check around pthread_mutex_init
> pthread_mutex_init always returns 0. The other mutex functions > return 0 on success and a non-zero error code on error. Link: https://man7.org/linux/man-pages/man3/pthread_mutex_lock.3.html Bugzilla ID: 1586 Cc: Ziyang Xuan <xuanziyang2@huawei.com> Cc: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com> Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
- Loading branch information