commit | d12462ca6c5913e2519c5486807e7e81ebe06697 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Fri Oct 04 12:10:07 2019 -0400 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Oct 04 18:43:33 2019 -0700 |
tree | ff3ff4feb0c6c62c0cc6298808e3b50ce0a31b2a | |
parent | f0ddbd7eeebfff3b5030fd856313fd6aa016e869 [diff] |
k_mem_pool_alloc(): remove dead code A loop in k_mem_pool_alloc() around z_sys_mem_pool_block_alloc() assumes the later may return -EAGAIN with an elaborate comment about it. But -EAGAIN is no longer returned by that function since commit 7845e1b01e90 ("lib/mempool: Fix spurious -ENOMEM due to agressive latency control"). Signed-off-by: Nicolas Pitre <npitre@baylibre.com>