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: fix coverity issue #33223

Merged
merged 1 commit into from
Mar 11, 2021
Merged

drivers: modem: fix coverity issue #33223

merged 1 commit into from
Mar 11, 2021

Conversation

gudnimg
Copy link
Contributor

@gudnimg gudnimg commented Mar 11, 2021

Added (void) cast to supress coverity report. The usage of K_FOREVER
tells me we're not interested in the returned value.

Coverity-CID: 219653
Fixes #33034

Signed-off-by: Guðni Már Gilbert gudni.m.g@gmail.com

Added (void) cast to supress coverity report. The usage of K_FOREVER
tells me we're not interested in the returned value.

Coverity-CID: 219653
Fixes #33034

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
@nashif nashif merged commit 6145ab5 into zephyrproject-rtos:master Mar 11, 2021
@gudnimg gudnimg deleted the gudni-hl7800-fix branch March 24, 2021 15:53
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 :219653] Unchecked return value in drivers/modem/hl7800.c
3 participants