]> asedeno.scripts.mit.edu Git - linux.git/commit
tpm: add sleep only for retry in i2c_nuvoton_write_status()
authorNayna Jain <nayna@linux.vnet.ibm.com>
Fri, 10 Mar 2017 18:45:54 +0000 (13:45 -0500)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 3 Apr 2017 19:46:02 +0000 (22:46 +0300)
commit0afb7118ae021e80ecf70f5a3336e0935505518a
treef0a2e59ac7617199c9b4604403d93bb3c1831ccf
parent2d2e376f05f23f46ff7138a6c3f1df7a6f9a96a4
tpm: add sleep only for retry in i2c_nuvoton_write_status()

Currently, there is an unnecessary 1 msec delay added in
i2c_nuvoton_write_status() for the successful case. This
function is called multiple times during send() and recv(),
which implies adding multiple extra delays for every TPM
operation.

This patch calls usleep_range() only if retry is to be done.

Signed-off-by: Nayna Jain <nayna@linux.vnet.ibm.com>
Cc: stable@vger.kernel.org (linux-4.8)
Reviewed-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm_i2c_nuvoton.c