OSDN Git Service

tpm: fix type of a local variables in tpm_tis_spi.c
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 13 Sep 2017 17:17:25 +0000 (10:17 -0700)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 18 Oct 2017 15:28:48 +0000 (18:28 +0300)
commit1a7a9b26c69d92582de53061b3a18740043bef29
treec0050e85a1ea79248b997c30c494572503f904a0
parent4557d4bedc9c4c51201a8e802a6671ed8dfc0f41
tpm: fix type of a local variables in tpm_tis_spi.c

Use __le32 type for data in that format.

Fixes: 0edbfea537d1 ("tpm/tpm_tis_spi: Add support for spi phy")
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
drivers/char/tpm/tpm_tis_spi.c