commit | 4557d4bedc9c4c51201a8e802a6671ed8dfc0f41 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Wed Sep 13 10:04:35 2017 -0700 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Wed Oct 18 18:28:48 2017 +0300 |
tree | 43cb5ce1da2326094a87a8bcaff6d9c1a0cb36fe | |
parent | 171360d7800c19622dbdaf202ed6f48ff24a5ae2 [diff] |
tpm: fix type of a local variable in tpm2_map_command() The local variable 'handle' should have the type __be32 instead of u32. Fixes: 745b361e989a ("tpm: infrastructure for TPM spaces") Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>