]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 12 Sep 2016 11:27:09 +0000 (14:27 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Thu, 15 Sep 2016 13:04:21 +0000 (16:04 +0300)
commit47de683afa7d1b9638a7d6817826d0cdc72b0e1a
tree22598b3302dd3229b27c99a80139c53231009640
parentaa77ea0e43dc5bb0c1dcc9bad76afaa7faca8cab
tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers

Don't apply endianity conversion when writing to the registers
this is already handled by the system.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm_crb.c