Skip to content

include/kernel.h: Remove unsupported return values from k_work APIs #14182

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

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

andyross
Copy link
Collaborator

@andyross andyross commented Mar 8, 2019

Nothing in the code actually returns -EINPROGRESS, and in the case of
k_work_init() I don't see how that can even be done in a reliable way.
Don't claim we do what we don't. Fixes #14109.

Signed-off-by: Andy Ross [email protected]

Nothing in the code actually returns -EINPROGRESS, and in the case of
k_work_init() I don't see how that can even be done in a reliable way.
Don't claim we do what we don't.  Fixes zephyrproject-rtos#14109.

Signed-off-by: Andy Ross <[email protected]>
@andyross andyross requested review from nashif and pizi-nordic March 8, 2019 00:31
@andyross andyross requested a review from andrewboie as a code owner March 8, 2019 00:31
@codecov-io
Copy link

Codecov Report

Merging #14182 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #14182   +/-   ##
=======================================
  Coverage   52.68%   52.68%           
=======================================
  Files         307      307           
  Lines       45473    45473           
  Branches    10530    10530           
=======================================
  Hits        23956    23956           
  Misses      16640    16640           
  Partials     4877     4877
Impacted Files Coverage Δ
include/kernel.h 94.52% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f74e0b...62ff353. Read the comment docs.

@nashif nashif merged commit 2611e2d into zephyrproject-rtos:master Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants