[PATCH 2/3] TPM: remove unnecessary little endian conversion

2015-05-05 Thread Hon Ching(Vicky) Lo
prom_instantiate_sml() already converted the base pointer to little endian. This patch removes this unnecessary additional conversion. Signed-off-by: Hon Ching(Vicky) Lo Signed-off-by: Joy Latten --- drivers/char/tpm/tpm_of.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 2/3] TPM: remove unnecessary little endian conversion

2015-05-05 Thread Hon Ching(Vicky) Lo
prom_instantiate_sml() already converted the base pointer to little endian. This patch removes this unnecessary additional conversion. Signed-off-by: Hon Ching(Vicky) Lo hon...@linux.vnet.ibm.com Signed-off-by: Joy Latten jmlat...@linux.vnet.ibm.com --- drivers/char/tpm/tpm_of.c |4 ++-- 1