diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-10 15:20:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-12 08:37:40 -0400 |
commit | 667d6856973c725331f70eb9f36fee8897123316 (patch) | |
tree | 0281e35752490a7bd8340baf26f43daccd16790f /net | |
parent | 758979101d161704dc9c1e42db98a728724f59d0 (diff) | |
download | u-boot-667d6856973c725331f70eb9f36fee8897123316.tar.gz |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions