tpm: cr50: i2c: use jiffies to wait for tpm ready irq
authorMark Hasemeyer <markhas@chromium.org>
Tue, 14 Mar 2023 19:54:04 +0000 (13:54 -0600)
committerJarkko Sakkinen <jarkko@kernel.org>
Mon, 24 Apr 2023 13:15:52 +0000 (16:15 +0300)
commit96785d635bc2b9e6f819cc606424d342a37872b4
treeb124511b6dc17bd8b6c4c27ad5e92dac3255d998
parent457391b0380335d5e9a5babdec90ac53928b23b4
tpm: cr50: i2c: use jiffies to wait for tpm ready irq

When waiting for a tpm ready completion, the cr50 i2c driver incorrectly
assumes that the value of timeout_a is represented in milliseconds
instead of jiffies.

Remove the msecs_to_jiffies conversion.

Signed-off-by: Mark Hasemeyer <markhas@chromium.org>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_tis_i2c_cr50.c