commit | 2611e2dadefbb26e7a418d9cd31a0188aa366785 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Mar 07 16:29:29 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 08 06:52:00 2019 -0500 |
tree | ceb26cf44e6d11f0d27762288179b61cbf4c4401 | |
parent | 1ec85cf91063e51682331016f306c797847e3406 [diff] |
include/kernel.h: Remove unsupported return values from k_work APIs 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 <andrew.j.ross@intel.com>