commit | 1ab90044f2128c11736781bdbbf03514bd617d85 | [log] [tgz] |
---|---|---|
author | David Leach <david.leach@nxp.com> | Fri Aug 14 22:51:24 2020 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Aug 16 09:29:41 2020 -0400 |
tree | 9234be92da330b1e553d03a3888c602192d3d70a | |
parent | c5f3da22ae7bf3da7c095eed774c650a750c1db6 [diff] |
kernel/timeout: Fix coverity warning CID 211045 The dticks field was changed from a signed to an unsigned value so now the assert test to ensure it isn't negative is no longer needed. fixes #26355 Signed-off-by: David Leach <david.leach@nxp.com>