aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tpm/tpm_ibmvtpm.c')
-rw-r--r--drivers/char/tpm/tpm_ibmvtpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm_ibmvtpm.c b/drivers/char/tpm/tpm_ibmvtpm.c
index 3ba67bc6baba..80647eb071fd 100644
--- a/drivers/char/tpm/tpm_ibmvtpm.c
+++ b/drivers/char/tpm/tpm_ibmvtpm.c
@@ -692,6 +692,7 @@ static int tpm_ibmvtpm_probe(struct vio_dev *vio_dev,
692 if (!wait_event_timeout(ibmvtpm->crq_queue.wq, 692 if (!wait_event_timeout(ibmvtpm->crq_queue.wq,
693 ibmvtpm->rtce_buf != NULL, 693 ibmvtpm->rtce_buf != NULL,
694 HZ)) { 694 HZ)) {
695 rc = -ENODEV;
695 dev_err(dev, "CRQ response timed out\n"); 696 dev_err(dev, "CRQ response timed out\n");
696 goto init_irq_cleanup; 697 goto init_irq_cleanup;
697 } 698 }