Skip to content
Commit 667d6856 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 75897910
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment