commit | ed7fb7548fddeb295c1083c74e698db6052725c8 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Thu Feb 28 11:36:47 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Mar 01 09:41:48 2019 +0100 |
tree | 55863a4de121484cc2c9b522f6a4627bfcc3eecf | |
parent | 6b4cda9b2568862bf7c6ba86b61a5be4fdbe7ee4 [diff] |
tests: hwinfo: Fix invalid assertion The return of hwinfo_get_device_id is a signed size and it returns a negative number in case of error. This test was using an unsigned variable invalidating the errror check. CID 190929 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>