| commit | 68ea73aca2c0b245af808e5f92eff60d7919b4e6 | [log] [tgz] |
|---|---|---|
| author | Flavio Ceolin <flavio.ceolin@intel.com> | Sat Apr 27 21:56:17 2024 -0700 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu May 09 12:39:46 2024 -0400 |
| tree | f9bf2c8b8259d845bc8d7e8db02d40cc28952677 | |
| parent | d1687a557cdc32176ff1368c9313906ee77f639c [diff] |
kernel: sem: Remove constant expression limit is unsigned int and K_SEM_MAX_LIMIT is defined as UINT_MAX this means that limit will never be greater K_SEM_MAX_LIMIT. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>