Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: modem: wncm14a2a: Explicitly ignore unused return value #33654

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

rlubos
Copy link
Contributor

@rlubos rlubos commented Mar 24, 2021

Coverity complains about unchecked return value for k_sem_take which
is called with K_FOREVER and thus cannot expire/timeout. Explicity
ingore the return value to silence Coverity.

CID: 219676
Fixes #33019

Signed-off-by: Robert Lubos [email protected]

Coverity complains about unchecked return value for `k_sem_take` which
is called with `K_FOREVER` and thus cannot expire/timeout. Explicity
ingore the return value to silence Coverity.

CID: 219676
Fixes zephyrproject-rtos#33019

Signed-off-by: Robert Lubos <[email protected]>
@carlescufi carlescufi merged commit e45de8d into zephyrproject-rtos:master Mar 24, 2021
@rlubos rlubos deleted the coverity-fix-219676 branch March 24, 2021 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Coverity CID :219676] Unchecked return value in drivers/modem/wncm14a2a.c
3 participants