commit | 6b2d40c8dec4aee5d593076c3d77d808b4a7fb58 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 10 15:20:18 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:40 2017 -0400 |
tree | 0281e35752490a7bd8340baf26f43daccd16790f | |
parent | 26fd968114f34de58948af8d310ce8040ec360e2 [diff] |
tpm: Fix comparison of unsigned expression warning The function tpm_xfer returns int so make 'err' be int rather than uint32_t so that we can catch an error condition. Reported by clang-3.8. Signed-off-by: Tom Rini <trini@konsulko.com>