]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tpm, tpm_infineon: remove useless snprintf() calls
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Wed, 24 May 2017 21:29:16 +0000 (14:29 -0700)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 13 Jun 2017 19:02:08 +0000 (22:02 +0300)
commit30bbafe3e0d4be1b0570dc620bc362ca2f516160
tree1c1117420632286a6b222e71c30d0efe5e576707
parent124bdcf4a697f9672d1150de60c5ea489bcad201
tpm, tpm_infineon: remove useless snprintf() calls

The memory copy from rodata to stack is useless.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
drivers/char/tpm/tpm_infineon.c